859601e045
Single-platform Kconfig options are removed, making arch-vt8500 multiplatform only. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
18 lines
370 B
Plaintext
18 lines
370 B
Plaintext
config ARCH_VT8500
|
|
bool
|
|
select ARCH_HAS_CPUFREQ
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select CLKDEV_LOOKUP
|
|
select GENERIC_CLOCKEVENTS
|
|
select GENERIC_GPIO
|
|
select HAVE_CLK
|
|
help
|
|
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|
|
|
|
config ARCH_WM8505
|
|
bool "VIA/Wondermedia 85xx and WM8650"
|
|
depends on ARCH_MULTI_V5
|
|
select ARCH_VT8500
|
|
select CPU_ARM926T
|
|
help
|