aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-02-05 16:19:03 -0500
committerOlof Johansson <olof@lixom.net>2013-02-05 16:19:03 -0500
commit0b6ad80abb1ad1584347e5ec5c5739ebc540a1a7 (patch)
treea91d4934ac4ffda651804b30554bb6da5af572d4 /arch/arm/Kconfig
parentf015941f6b4a7d4d90c46a65bca17f2c2c41fb89 (diff)
parentf7c66dc0bf0f4ecd349c79315c87841c67e27aef (diff)
Merge branch 'next/soc' into next/dt
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 2 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 42ee64e68c43..b70ee954f69f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -393,6 +393,7 @@ config ARCH_GEMINI
393config ARCH_SIRF 393config ARCH_SIRF
394 bool "CSR SiRF" 394 bool "CSR SiRF"
395 select ARCH_REQUIRE_GPIOLIB 395 select ARCH_REQUIRE_GPIOLIB
396 select AUTO_ZRELADDR
396 select COMMON_CLK 397 select COMMON_CLK
397 select GENERIC_CLOCKEVENTS 398 select GENERIC_CLOCKEVENTS
398 select GENERIC_IRQ_CHIP 399 select GENERIC_IRQ_CHIP
@@ -642,6 +643,7 @@ config ARCH_TEGRA
642 select ARCH_HAS_CPUFREQ 643 select ARCH_HAS_CPUFREQ
643 select CLKDEV_LOOKUP 644 select CLKDEV_LOOKUP
644 select CLKSRC_MMIO 645 select CLKSRC_MMIO
646 select CLKSRC_OF
645 select COMMON_CLK 647 select COMMON_CLK
646 select GENERIC_CLOCKEVENTS 648 select GENERIC_CLOCKEVENTS
647 select GENERIC_GPIO 649 select GENERIC_GPIO
@@ -951,22 +953,6 @@ config ARCH_OMAP
951 help 953 help
952 Support for TI's OMAP platform (OMAP1/2/3/4). 954 Support for TI's OMAP platform (OMAP1/2/3/4).
953 955
954config ARCH_VT8500_SINGLE
955 bool "VIA/WonderMedia 85xx"
956 select ARCH_HAS_CPUFREQ
957 select ARCH_REQUIRE_GPIOLIB
958 select CLKDEV_LOOKUP
959 select COMMON_CLK
960 select CPU_ARM926T
961 select GENERIC_CLOCKEVENTS
962 select GENERIC_GPIO
963 select HAVE_CLK
964 select MULTI_IRQ_HANDLER
965 select SPARSE_IRQ
966 select USE_OF
967 help
968 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
969
970endchoice 956endchoice
971 957
972menu "Multiple platform selection" 958menu "Multiple platform selection"