mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
41d16512eb
This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so removes the need for include/linux/vt8500_timer.h as vt8500_timer_init no longer needs to be visible outside vt8500_timer.c Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
15 lines
361 B
Plaintext
15 lines
361 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 CLKSRC_OF
|
|
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.
|