https://github.com/torvalds/linux
Raw File
Tip revision: d1c3ed669a2d452cacfb48c2d171a1f364dae2ed authored by Linus Torvalds on 03 January 2013, 02:13:21 UTC
Linux 3.8-rc2
Tip revision: d1c3ed6
Kconfig
config ARCH_VT8500
	bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5
	default ARCH_VT8500_SINGLE
	select ARCH_HAS_CPUFREQ
	select ARCH_REQUIRE_GPIOLIB
	select CLKDEV_LOOKUP
	select CPU_ARM926T
	select GENERIC_CLOCKEVENTS
	select GENERIC_GPIO
	select HAVE_CLK
	help
	  Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
back to top