diff options
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 7 |
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 | |||
19 | Select the clock code for the clksrc implementation | 19 | Select the clock code for the clksrc implementation |
20 | used by newer systems such as the S3C64XX. | 20 | used by newer systems such as the S3C64XX. |
21 | 21 | ||
22 | # options for IRQ support | ||
23 | |||
24 | config SAMSUNG_IRQ_VIC_TIMER | ||
25 | bool | ||
26 | help | ||
27 | Internal configuration to build the VIC timer interrupt code. | ||
28 | |||
22 | # options for gpio configuration support | 29 | # options for gpio configuration support |
23 | 30 | ||
24 | config S3C_GPIO_CFG_S3C24XX | 31 | config S3C_GPIO_CFG_S3C24XX |