2012-10-11 11:13:09 +04:00
|
|
|
config ARCH_VT8500
|
2013-01-12 06:38:50 +04:00
|
|
|
bool
|
2012-10-11 11:13:09 +04:00
|
|
|
select ARCH_HAS_CPUFREQ
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select CLKDEV_LOOKUP
|
2013-01-15 10:50:49 +04:00
|
|
|
select CLKSRC_OF
|
2012-10-11 11:13:09 +04:00
|
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
select HAVE_CLK
|
2013-01-14 08:58:21 +04:00
|
|
|
select VT8500_TIMER
|
2013-02-20 00:32:19 +04:00
|
|
|
select PINCTRL
|
2012-10-11 11:13:09 +04:00
|
|
|
help
|
|
|
|
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|
2013-01-12 06:38:50 +04:00
|
|
|
|
|
|
|
config ARCH_WM8505
|
|
|
|
bool "VIA/Wondermedia 85xx and WM8650"
|
|
|
|
depends on ARCH_MULTI_V5
|
|
|
|
select ARCH_VT8500
|
|
|
|
select CPU_ARM926T
|
|
|
|
help
|
2013-01-12 06:51:24 +04:00
|
|
|
|
|
|
|
config ARCH_WM8750
|
|
|
|
bool "WonderMedia WM8750"
|
|
|
|
depends on ARCH_MULTI_V6
|
|
|
|
select ARCH_VT8500
|
|
|
|
select CPU_V6
|
|
|
|
help
|
|
|
|
Support for WonderMedia WM8750 System-on-Chip.
|
|
|
|
|
|
|
|
config ARCH_WM8850
|
|
|
|
bool "WonderMedia WM8850"
|
|
|
|
depends on ARCH_MULTI_V7
|
|
|
|
select ARCH_VT8500
|
|
|
|
select CPU_V7
|
|
|
|
help
|
|
|
|
Support for WonderMedia WM8850 System-on-Chip.
|