1config ARCH_VT8500 2 bool 3 select ARCH_HAS_CPUFREQ 4 select ARCH_REQUIRE_GPIOLIB 5 select CLKDEV_LOOKUP 6 select CLKSRC_OF 7 select GENERIC_CLOCKEVENTS 8 select HAVE_CLK 9 select VT8500_TIMER 10 select PINCTRL 11 help 12 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. 13 14config ARCH_WM8505 15 bool "VIA/Wondermedia 85xx and WM8650" 16 depends on ARCH_MULTI_V5 17 select ARCH_VT8500 18 select CPU_ARM926T 19 help 20 21config ARCH_WM8750 22 bool "WonderMedia WM8750" 23 depends on ARCH_MULTI_V6 24 select ARCH_VT8500 25 select CPU_V6 26 help 27 Support for WonderMedia WM8750 System-on-Chip. 28 29config ARCH_WM8850 30 bool "WonderMedia WM8850" 31 depends on ARCH_MULTI_V7 32 select ARCH_VT8500 33 select CPU_V7 34 help 35 Support for WonderMedia WM8850 System-on-Chip. 36