[PATCH 20/24] msm: MSM8X60 simulator board support
Russell King - ARM Linux
linux at arm.linux.org.uk
Thu Sep 2 07:13:10 EDT 2010
On Tue, Aug 24, 2010 at 09:57:49PM -0700, Jeff Ohlstein wrote:
> From: Steve Muckle <smuckle at codeaurora.org>
>
> Board configuration for MSM8X60 simulation.
>
> Signed-off-by: Steve Muckle <smuckle at codeaurora.org>
> ---
> 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.
More information about the linux-arm-kernel
mailing list