[PATCH 1/6 v8] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Dec 20 14:15:49 EST 2010
On Sun, Dec 19, 2010 at 08:40:17PM +0300, Alexey Charkov wrote:
> +config ARCH_VT8500
> + bool "VIA/WonderMedia 85xx"
> + select CPU_ARM926T
> + select GENERIC_GPIO
> + select ARCH_HAS_CPUFREQ
> + select GENERIC_TIME
Everything looks good, except for the above. You don't need to select
GENERIC_TIME - it doesn't exist anymore.
It's also good to see that you've picked up on registering clocksources
with the _hz/_khz functions.
More information about the linux-arm-kernel
mailing list