* Matt Porter <mporter@xxxxxx> [120209 11:49]: > Set default to include support for the craneboard when > using the omap2plus_defconfig. > > Signed-off-by: Matt Porter <mporter@xxxxxx> > --- > arch/arm/mach-omap2/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index d965da4..678b8ac 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -206,6 +206,7 @@ config MACH_OMAP3517EVM > config MACH_CRANEBOARD > bool "AM3517/05 CRANE board" > depends on ARCH_OMAP3 > + default y > select OMAP_PACKAGE_CBB > > config MACH_OMAP3_PANDORA As you may have read, we should remove the "default y" from Kconfig. So can you please update your first patch in this series to set CONFIG_MACH_CRANEBOARD=y in omap2plus_defconfig? Thanks, Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html