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-samsung/Kconfig | |
parent | bf46aaeacf728dad9d89ed3d604bf991035dfd77 (diff) | |
download | linux-68ae89984710d2e9f3cf2005539c8f91bcce9d40.tar.gz linux-68ae89984710d2e9f3cf2005539c8f91bcce9d40.tar.bz2 linux-68ae89984710d2e9f3cf2005539c8f91bcce9d40.zip |
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-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 3a48d9de22a8..e09dd4f9dc31 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -70,6 +70,22 @@ config SAMSUNG_IRQ_VIC_TIMER help Internal configuration to build the VIC timer interrupt code. +config S5P_IRQ + def_bool (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) + help + Support common interrup part for ARCH_S5P and ARCH_EXYNOS SoCs + +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.) + # options for gpio configuration support config SAMSUNG_GPIOLIB_4BIT |