Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / arch / arm / mach-vt8500 / Kconfig
1 config 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         help
11           Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
12
13 config 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