Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next
[deliverable/linux.git] / arch / arm / mach-vt8500 / Kconfig
CommitLineData
6f35f9a9 1config ARCH_VT8500
859601e0 2 bool
6f35f9a9
TP
3 select ARCH_HAS_CPUFREQ
4 select ARCH_REQUIRE_GPIOLIB
5 select CLKDEV_LOOKUP
41d16512 6 select CLKSRC_OF
6f35f9a9 7 select GENERIC_CLOCKEVENTS
ff7ec345 8 select VT8500_TIMER
170c6152 9 select PINCTRL
6f35f9a9
TP
10 help
11 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
859601e0
TP
12
13config ARCH_WM8505
14 bool "VIA/Wondermedia 85xx and WM8650"
15 depends on ARCH_MULTI_V5
16 select ARCH_VT8500
17 select CPU_ARM926T
18 help
8d31bfa5
TP
19
20config ARCH_WM8750
21 bool "WonderMedia WM8750"
22 depends on ARCH_MULTI_V6
23 select ARCH_VT8500
24 select CPU_V6
25 help
26 Support for WonderMedia WM8750 System-on-Chip.
27
28config ARCH_WM8850
29 bool "WonderMedia WM8850"
30 depends on ARCH_MULTI_V7
31 select ARCH_VT8500
32 select CPU_V7
33 help
34 Support for WonderMedia WM8850 System-on-Chip.
This page took 0.118751 seconds and 5 git commands to generate.