Re: [PATCH 20/24] msm: MSM8X60 simulator board support

From: Russell King - ARM Linux
Date: Thu Sep 02 2010 - 07:13:28 EST


On Tue, Aug 24, 2010 at 09:57:49PM -0700, Jeff Ohlstein wrote:
> From: Steve Muckle <smuckle@xxxxxxxxxxxxxx>
>
> Board configuration for MSM8X60 simulation.
>
> Signed-off-by: Steve Muckle <smuckle@xxxxxxxxxxxxxx>
> ---
> arch/arm/mach-msm/Kconfig | 7 +++++++
> arch/arm/mach-msm/Makefile | 1 +
> arch/arm/mach-msm/board-msm8x60.c | 10 +++++++++-
> 3 files changed, 17 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
> index 3017e12..d2610a3 100644
> --- a/arch/arm/mach-msm/Kconfig
> +++ b/arch/arm/mach-msm/Kconfig
> @@ -105,6 +105,13 @@ config MACH_MSM8X60_SURF
> help
> Support for the Qualcomm MSM8x60 SURF eval board.
>
> +config MACH_MSM8X60_SIM
> + depends on ARCH_MSM8X60
> + default n

All these 'default n' statements can be removed - n is the default anyway.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/