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-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html