ff7ec345f0
This patch moves arch-vt8500/timer.c into drivers/clocksource and updates the necessary Kconfig/Makefile options. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
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
|
|
select VT8500_TIMER
|
|
help
|
|
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
|