diff options
author | Tony Prisk | 2013-01-12 15:38:50 +1300 |
---|---|---|
committer | Tony Prisk | 2013-01-12 15:47:37 +1300 |
commit | 859601e045d165a1f846088776a86006e1c360ad (patch) | |
tree | ffb313afd7f8a5b81c2c7c39ea2ba60e056e0310 /arch/arm/Kconfig | |
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/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 0 insertions, 16 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 help Support for TI's OMAP platform (OMAP1/2/3/4). -config ARCH_VT8500_SINGLE - bool "VIA/WonderMedia 85xx" - select ARCH_HAS_CPUFREQ - select ARCH_REQUIRE_GPIOLIB - select CLKDEV_LOOKUP - select COMMON_CLK - select CPU_ARM926T - select GENERIC_CLOCKEVENTS - select GENERIC_GPIO - select HAVE_CLK - select MULTI_IRQ_HANDLER - select SPARSE_IRQ - select USE_OF - help - Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. - endchoice menu "Multiple platform selection" |