diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 46fcfa8805f8..a239c7ee456f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -770,10 +770,10 @@ config ARCH_SA1100 | |||
770 | config ARCH_S3C24XX | 770 | config ARCH_S3C24XX |
771 | bool "Samsung S3C24XX SoCs" | 771 | bool "Samsung S3C24XX SoCs" |
772 | select ARCH_HAS_CPUFREQ | 772 | select ARCH_HAS_CPUFREQ |
773 | select ARCH_REQUIRE_GPIOLIB | ||
773 | select CLKDEV_LOOKUP | 774 | select CLKDEV_LOOKUP |
774 | select CLKSRC_MMIO | 775 | select CLKSRC_MMIO |
775 | select GENERIC_CLOCKEVENTS | 776 | select GENERIC_CLOCKEVENTS |
776 | select GENERIC_GPIO | ||
777 | select HAVE_CLK | 777 | select HAVE_CLK |
778 | select HAVE_S3C2410_I2C if I2C | 778 | select HAVE_S3C2410_I2C if I2C |
779 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 779 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
@@ -828,11 +828,11 @@ config ARCH_S5P64X0 | |||
828 | 828 | ||
829 | config ARCH_S5PC100 | 829 | config ARCH_S5PC100 |
830 | bool "Samsung S5PC100" | 830 | bool "Samsung S5PC100" |
831 | select ARCH_REQUIRE_GPIOLIB | ||
831 | select CLKDEV_LOOKUP | 832 | select CLKDEV_LOOKUP |
832 | select CLKSRC_MMIO | 833 | select CLKSRC_MMIO |
833 | select CPU_V7 | 834 | select CPU_V7 |
834 | select GENERIC_CLOCKEVENTS | 835 | select GENERIC_CLOCKEVENTS |
835 | select GENERIC_GPIO | ||
836 | select HAVE_CLK | 836 | select HAVE_CLK |
837 | select HAVE_S3C2410_I2C if I2C | 837 | select HAVE_S3C2410_I2C if I2C |
838 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 838 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |