diff options
author | Olof Johansson <olof@lixom.net> | 2013-01-12 18:08:33 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-12 18:09:41 +0100 |
commit | 32499e8dbe7899a0e6aea7dbd5097c4d35e85d29 (patch) | |
tree | c53ff43012d5f49c55627edb517873f0a2c1ba4c /arch/arm/Kconfig | |
parent | Linux 3.8-rc3 (diff) | |
parent | arm: vt8500: Add support for Wondermedia WM8750/WM8850 (diff) | |
download | linux-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.tar.xz linux-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.zip |
Merge tag 'armsoc-3.9' of git://server.prisktech.co.nz/git/linuxwmt into next/soc
From Tony Prisk:
Add support for WM8750 and WM8850 SoCs.
* tag 'armsoc-3.9' of git://server.prisktech.co.nz/git/linuxwmt:
arm: vt8500: Add support for Wondermedia WM8750/WM8850
arm: vt8500: Remove remaining mach includes
arm: vt8500: Convert debug-macro.S to be multiplatform friendly
arm: vt8500: Remove single platform Kconfig options
Signed-off-by: Olof Johansson <olof@lixom.net>
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 67874b82a4ed..31fe86d52608 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -949,22 +949,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" |