diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b5190158ceaf..941dbb86a4d6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -729,6 +729,7 @@ config ARCH_S3C64XX | |||
729 | select SAMSUNG_CLKSRC | 729 | select SAMSUNG_CLKSRC |
730 | select SAMSUNG_GPIOLIB_4BIT | 730 | select SAMSUNG_GPIOLIB_4BIT |
731 | select SAMSUNG_IRQ_VIC_TIMER | 731 | select SAMSUNG_IRQ_VIC_TIMER |
732 | select SAMSUNG_WDT_RESET | ||
732 | select USB_ARCH_HAS_OHCI | 733 | select USB_ARCH_HAS_OHCI |
733 | help | 734 | help |
734 | Samsung S3C64XX series based systems | 735 | Samsung S3C64XX series based systems |
@@ -744,6 +745,7 @@ config ARCH_S5P64X0 | |||
744 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 745 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
745 | select HAVE_S3C_RTC if RTC_CLASS | 746 | select HAVE_S3C_RTC if RTC_CLASS |
746 | select NEED_MACH_GPIO_H | 747 | select NEED_MACH_GPIO_H |
748 | select SAMSUNG_WDT_RESET | ||
747 | help | 749 | help |
748 | Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440, | 750 | Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440, |
749 | SMDK6450. | 751 | SMDK6450. |
@@ -760,6 +762,7 @@ config ARCH_S5PC100 | |||
760 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 762 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
761 | select HAVE_S3C_RTC if RTC_CLASS | 763 | select HAVE_S3C_RTC if RTC_CLASS |
762 | select NEED_MACH_GPIO_H | 764 | select NEED_MACH_GPIO_H |
765 | select SAMSUNG_WDT_RESET | ||
763 | help | 766 | help |
764 | Samsung S5PC100 series based systems | 767 | Samsung S5PC100 series based systems |
765 | 768 | ||