summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/Kconfig
diff options
context:
space:
mode:
authorJongpill Lee2010-05-17 09:56:26 +0200
committerBen Dooks2010-05-20 07:21:21 +0200
commit0df04f820b7ca5204329d1c235e509648fa8008d (patch)
treedbef433228009bdb1e1fc2ae6c361a8d57f07407 /arch/arm/plat-s5p/Kconfig
parentInput: s3c24xx_ts - depend on SAMSUNG_DEV_TS and update menu entry (diff)
downloadkernel-qcow2-linux-0df04f820b7ca5204329d1c235e509648fa8008d.tar.gz
kernel-qcow2-linux-0df04f820b7ca5204329d1c235e509648fa8008d.tar.xz
kernel-qcow2-linux-0df04f820b7ca5204329d1c235e509648fa8008d.zip
ARM: S5PV210: Add IRQ_EINT interrupt support.
Add support for external interrupts on S5PV210. Signed-off-by: Jongpill Lee <boyko.lee@samsung.com> Signed-off-by: Pannaga Bhushan <p.bhushan@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> [ben-linux@fluff.org: Ext => IRQ_EINT in title] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p/Kconfig')
-rw-r--r--arch/arm/plat-s5p/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/Kconfig b/arch/arm/plat-s5p/Kconfig
index 92bd75607b43..c2361132d867 100644
--- a/arch/arm/plat-s5p/Kconfig
+++ b/arch/arm/plat-s5p/Kconfig
@@ -24,3 +24,8 @@ config PLAT_S5P
select SAMSUNG_IRQ_UART
help
Base platform code for Samsung's S5P series SoC.
+
+config S5P_EXT_INT
+ bool
+ help
+ Use the external interrupts (other than GPIO interrupts.)