diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-04-15 21:40:33 -0700 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-13 07:01:27 +0900 |
commit | 68ae89984710d2e9f3cf2005539c8f91bcce9d40 (patch) | |
tree | 5d3e95e215522bdc6f8293d29166b88370dd893c /arch/arm/plat-s5p/Kconfig | |
parent | bf46aaeacf728dad9d89ed3d604bf991035dfd77 (diff) | |
download | linux-68ae89984710d2e9f3cf2005539c8f91bcce9d40.tar.bz2 |
ARM: SAMSUNG: move interrupt part for common s5p into plat-samsung
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s5p/Kconfig')
-rw-r--r-- | arch/arm/plat-s5p/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig index 2c1193c59928..efff0a30da4a 100644 --- a/arch/arm/plat-s5p/Kconfig +++ b/arch/arm/plat-s5p/Kconfig @@ -23,17 +23,6 @@ config PLAT_S5P help Base platform code for Samsung's S5P series SoC. -config S5P_EXT_INT - bool - help - Use the external interrupts (other than GPIO interrupts.) - Note: Do not choose this for S5P6440 and S5P6450. - -config S5P_GPIO_INT - bool - help - Common code for the GPIO interrupts (other than external interrupts.) - config S5P_HRT bool select SAMSUNG_DEV_PWM |