diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-10-11 03:13:09 -0400 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2012-10-25 23:45:19 -0400 |
commit | 6f35f9a9fabe8f0a89a17e353a77a7edef461bb2 (patch) | |
tree | 9506a973d1c8fc5f48b7edb00a9a845e1a8163dd /arch/arm/mach-vt8500/Kconfig | |
parent | 0c464d588b6911ca84851ce4762695201d866c7c (diff) |
ARM: vt8500: Convert arch-vt8500 to multiplatform
This patch almosts completes the conversion to ARCH_MULTI_V5
for arch-vt8500.
Both single platform and multiplatform configurations are supported
until earlyprintk support is available for multiplatform.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-vt8500/Kconfig')
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig new file mode 100644 index 000000000000..2ed0b7d95db6 --- /dev/null +++ b/arch/arm/mach-vt8500/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | config ARCH_VT8500 | ||
2 | bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5 | ||
3 | default ARCH_VT8500_SINGLE | ||
4 | select ARCH_HAS_CPUFREQ | ||
5 | select ARCH_REQUIRE_GPIOLIB | ||
6 | select CLKDEV_LOOKUP | ||
7 | select CPU_ARM926T | ||
8 | select GENERIC_CLOCKEVENTS | ||
9 | select GENERIC_GPIO | ||
10 | select HAVE_CLK | ||
11 | help | ||
12 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | ||