blob: 747aa14d04751400f3443a9afdd41e292377de98 [file] [log] [blame]
Tony Prisk6f35f9a2012-10-11 20:13:09 +13001config ARCH_VT8500
Tony Prisk859601e2013-01-12 15:38:50 +13002 bool
Tony Prisk6f35f9a2012-10-11 20:13:09 +13003 select ARCH_HAS_CPUFREQ
4 select ARCH_REQUIRE_GPIOLIB
5 select CLKDEV_LOOKUP
Tony Prisk6f35f9a2012-10-11 20:13:09 +13006 select GENERIC_CLOCKEVENTS
7 select GENERIC_GPIO
8 select HAVE_CLK
9 help
10 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
Tony Prisk859601e2013-01-12 15:38:50 +130011
12config ARCH_WM8505
13 bool "VIA/Wondermedia 85xx and WM8650"
14 depends on ARCH_MULTI_V5
15 select ARCH_VT8500
16 select CPU_ARM926T
17 help
Tony Prisk8d31bfa2013-01-12 15:51:24 +130018
19config ARCH_WM8750
20 bool "WonderMedia WM8750"
21 depends on ARCH_MULTI_V6
22 select ARCH_VT8500
23 select CPU_V6
24 help
25 Support for WonderMedia WM8750 System-on-Chip.
26
27config ARCH_WM8850
28 bool "WonderMedia WM8850"
29 depends on ARCH_MULTI_V7
30 select ARCH_VT8500
31 select CPU_V7
32 help
33 Support for WonderMedia WM8850 System-on-Chip.