diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-11 21:38:50 -0500 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-01-11 21:47:37 -0500 |
commit | 859601e045d165a1f846088776a86006e1c360ad (patch) | |
tree | ffb313afd7f8a5b81c2c7c39ea2ba60e056e0310 /arch | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) |
arm: vt8500: Remove single platform Kconfig options
Single-platform Kconfig options are removed, making arch-vt8500
multiplatform only.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 16 | ||||
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 11 |
2 files changed, 8 insertions, 19 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f95ba14ae3d0..76efd438a140 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -950,22 +950,6 @@ config ARCH_OMAP | |||
950 | help | 950 | help |
951 | Support for TI's OMAP platform (OMAP1/2/3/4). | 951 | Support for TI's OMAP platform (OMAP1/2/3/4). |
952 | 952 | ||
953 | config ARCH_VT8500_SINGLE | ||
954 | bool "VIA/WonderMedia 85xx" | ||
955 | select ARCH_HAS_CPUFREQ | ||
956 | select ARCH_REQUIRE_GPIOLIB | ||
957 | select CLKDEV_LOOKUP | ||
958 | select COMMON_CLK | ||
959 | select CPU_ARM926T | ||
960 | select GENERIC_CLOCKEVENTS | ||
961 | select GENERIC_GPIO | ||
962 | select HAVE_CLK | ||
963 | select MULTI_IRQ_HANDLER | ||
964 | select SPARSE_IRQ | ||
965 | select USE_OF | ||
966 | help | ||
967 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | ||
968 | |||
969 | endchoice | 953 | endchoice |
970 | 954 | ||
971 | menu "Multiple platform selection" | 955 | menu "Multiple platform selection" |
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index 2ed0b7d95db6..cdcc4329b4a8 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig | |||
@@ -1,12 +1,17 @@ | |||
1 | config ARCH_VT8500 | 1 | config ARCH_VT8500 |
2 | bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5 | 2 | bool |
3 | default ARCH_VT8500_SINGLE | ||
4 | select ARCH_HAS_CPUFREQ | 3 | select ARCH_HAS_CPUFREQ |
5 | select ARCH_REQUIRE_GPIOLIB | 4 | select ARCH_REQUIRE_GPIOLIB |
6 | select CLKDEV_LOOKUP | 5 | select CLKDEV_LOOKUP |
7 | select CPU_ARM926T | ||
8 | select GENERIC_CLOCKEVENTS | 6 | select GENERIC_CLOCKEVENTS |
9 | select GENERIC_GPIO | 7 | select GENERIC_GPIO |
10 | select HAVE_CLK | 8 | select HAVE_CLK |
11 | help | 9 | help |
12 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | 10 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. |
11 | |||
12 | config ARCH_WM8505 | ||
13 | bool "VIA/Wondermedia 85xx and WM8650" | ||
14 | depends on ARCH_MULTI_V5 | ||
15 | select ARCH_VT8500 | ||
16 | select CPU_ARM926T | ||
17 | help | ||