summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Kconfig
diff options
context:
space:
mode:
authorBen Dooks2010-01-06 02:14:51 +0100
committerBen Dooks2010-01-15 09:10:13 +0100
commit7162ba03729e0a47aaab44448ce2453f07a9664d (patch)
tree7f1d852cd36db6c39b2224411d986a4b9fec8390 /arch/arm/plat-samsung/Kconfig
parentARM: SAMSUNG: Move gpio-config.c into plat-samsung (diff)
downloadkernel-qcow2-linux-7162ba03729e0a47aaab44448ce2453f07a9664d.tar.gz
kernel-qcow2-linux-7162ba03729e0a47aaab44448ce2453f07a9664d.tar.xz
kernel-qcow2-linux-7162ba03729e0a47aaab44448ce2453f07a9664d.zip
ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files
Move the VIC based timer interrupt handling out of plat-s3c64xx and into plat-samsung to be re-used for other systems. This also reduces the code size as we now have a common init routine and use the irq_desc to store the interrupt number of the timer. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r--arch/arm/plat-samsung/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 9e7daf29b86a..cedecd87d899 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -19,6 +19,13 @@ config SAMSUNG_CLKSRC
Select the clock code for the clksrc implementation
used by newer systems such as the S3C64XX.
+# options for IRQ support
+
+config SAMSUNG_IRQ_VIC_TIMER
+ bool
+ help
+ Internal configuration to build the VIC timer interrupt code.
+
# options for gpio configuration support
config S3C_GPIO_CFG_S3C24XX