diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-07 00:41:38 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:16 -0500 |
commit | 47101ec73901183520de724fb5f9062c014236bb (patch) | |
tree | 9b29c818702dfb1825b819764c381d484cb01bf8 /arch/arm/plat-s5pc1xx/Kconfig | |
parent | 35accd2f6639a9245488f2f389e3c6372c7641e4 (diff) |
ARM: S5PC1XX: Move to using standard timer IRQ handling code
Move to using the standard VIC/Timer IRQ handling code added previously
to avoid duplicating code.
Thanks to Marek Szyprowski for pointing out dual Kconfig change.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index 5d97b1c3cef7..256f0f9f1ddf 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig | |||
@@ -12,6 +12,7 @@ config PLAT_S5PC1XX | |||
12 | select NO_IOPORT | 12 | select NO_IOPORT |
13 | select ARCH_REQUIRE_GPIOLIB | 13 | select ARCH_REQUIRE_GPIOLIB |
14 | select SAMSUNG_CLKSRC | 14 | select SAMSUNG_CLKSRC |
15 | select SAMSUNG_IRQ_VIC_TIMER | ||
15 | select S3C_GPIO_TRACK | 16 | select S3C_GPIO_TRACK |
16 | select S3C_GPIO_PULL_UPDOWN | 17 | select S3C_GPIO_PULL_UPDOWN |
17 | select S3C_GPIO_CFG_S3C24XX | 18 | select S3C_GPIO_CFG_S3C24XX |