[PATCH 9/9] ARM: SPMP8000: Add Kconfig and Makefile entries to build the machine

Russell King - ARM Linux linux at arm.linux.org.uk
Thu Oct 13 05:53:41 EDT 2011


On Sun, Oct 09, 2011 at 06:36:12PM +0200, Zoltan Devai wrote:
> +config ARCH_SPMP8000
> +	bool "Sunplus SPMP8000"
> +	select CPU_ARM926T
> +	select ARM_VIC
> +	select GENERIC_IRQ_CHIP
> +	select MULTI_IRQ_HANDLER
> +	select CLKSRC_MMIO
> +	select GENERIC_CLOCKEVENTS
> +	select ARCH_WANT_OPTIONAL_GPIOLIB
> +	select USE_OF
> +	select CLKDEV_LOOKUP
> +	select HAVE_PWM
> +	select ARCH_HAS_CPUFREQ

Please arrange these select statements in alphabetical order - it helps
avoid the 'add to the end' conflict problem.



More information about the linux-arm-kernel mailing list