[PATCH 04/13] ARM: LPC32XX arch support in Kconfig and Makefile

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Wed Feb 3 05:31:02 EST 2010


Hi Kevin,

On Wed, Jan 27, 2010 at 05:43:22PM -0800, wellsk40 at gmail.com wrote:
> From: Kevin Wells <wellsk40 at gmail.com>
> 
> Added support and default config flags in Kconfig for the LCP32XX
> arch. Updated the Makefile to include the mach-lpc32xx dir when
> the ARCH_LCP32XX arch is selected.
> 
> Signed-off-by: Kevin Wells <wellsk40 at gmail.com>
> ---
>  arch/arm/Kconfig  |   16 ++++++++++++++++
>  arch/arm/Makefile |    1 +
This patch isn't self-contained.  This might hurt bisectability.
IMHO all intermediate states should be compilable.

>  2 files changed, 17 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c33ca8..cc2dbf9 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -550,6 +550,20 @@ config ARCH_W90X900
>  	  <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
>  		ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
>  
> +config ARCH_LPC32XX
> +	bool "NXP LPC32XX"
> +	select CPU_ARM926T
> +	select ARCH_REQUIRE_GPIOLIB
> +	select GENERIC_GPIO
no need to select GENERIC_GPIO if you have ARCH_REQUIRE_GPIOLIB

Best regards
Uwe

-- 
Pengutronix e.K.                              | Uwe Kleine-König            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |



More information about the linux-arm-kernel mailing list