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>
This commit is contained in:
parent
0c464d588b
commit
6f35f9a9fa
@ -941,7 +941,7 @@ config ARCH_OMAP
|
|||||||
help
|
help
|
||||||
Support for TI's OMAP platform (OMAP1/2/3/4).
|
Support for TI's OMAP platform (OMAP1/2/3/4).
|
||||||
|
|
||||||
config ARCH_VT8500
|
config ARCH_VT8500_SINGLE
|
||||||
bool "VIA/WonderMedia 85xx"
|
bool "VIA/WonderMedia 85xx"
|
||||||
select ARCH_HAS_CPUFREQ
|
select ARCH_HAS_CPUFREQ
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
@ -1128,6 +1128,8 @@ source "arch/arm/mach-versatile/Kconfig"
|
|||||||
source "arch/arm/mach-vexpress/Kconfig"
|
source "arch/arm/mach-vexpress/Kconfig"
|
||||||
source "arch/arm/plat-versatile/Kconfig"
|
source "arch/arm/plat-versatile/Kconfig"
|
||||||
|
|
||||||
|
source "arch/arm/mach-vt8500/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/mach-w90x900/Kconfig"
|
source "arch/arm/mach-w90x900/Kconfig"
|
||||||
|
|
||||||
# Definitions to make life easier
|
# Definitions to make life easier
|
||||||
|
12
arch/arm/mach-vt8500/Kconfig
Normal file
12
arch/arm/mach-vt8500/Kconfig
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
config ARCH_VT8500
|
||||||
|
bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5
|
||||||
|
default ARCH_VT8500_SINGLE
|
||||||
|
select ARCH_HAS_CPUFREQ
|
||||||
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
|
select CLKDEV_LOOKUP
|
||||||
|
select CPU_ARM926T
|
||||||
|
select GENERIC_CLOCKEVENTS
|
||||||
|
select GENERIC_GPIO
|
||||||
|
select HAVE_CLK
|
||||||
|
help
|
||||||
|
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|
Loading…
Reference in New Issue
Block a user