Sorry for the noise on ML. That was the right patch with the right log. On Sat, May 23, 2009 at 4:52 PM, Ihar Hrachyshka <ihar.hrachyshka@xxxxxxxxx> wrote: > This fixes compilation for the following machines: MACH_OMAP_2430SDP, > MACH_OMAP_LDP, MACH_OMAP2EVM, MACH_OMAP_3430SDP, MACH_OMAP3EVM, > MACH_OMAP3_BEAGLE, MACH_OVERO, MACH_OMAP3_PANDORA, when TWL4030_CORE is not > enabled. > > Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@xxxxxxxxx> > --- > arch/arm/mach-omap2/Kconfig | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index 27750f5..cffd979 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -105,34 +105,42 @@ config MACH_OMAP_APOLLON > config MACH_OMAP_2430SDP > bool "OMAP 2430 SDP board" > depends on ARCH_OMAP2 && ARCH_OMAP2430 > + select TWL4030_CORE > > config MACH_OMAP_LDP > bool "OMAP3 LDP board" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config MACH_OMAP2EVM > bool "OMAP 2530 EVM board" > depends on ARCH_OMAP2 && ARCH_OMAP24XX > + select TWL4030_CORE > > config MACH_OMAP_3430SDP > bool "OMAP 3430 SDP board" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config MACH_OMAP3EVM > bool "OMAP 3530 EVM board" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config MACH_OMAP3_BEAGLE > bool "OMAP3 BEAGLE board" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config MACH_OVERO > bool "Gumstix Overo board" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config MACH_OMAP3_PANDORA > bool "OMAP3 Pandora" > depends on ARCH_OMAP3 && ARCH_OMAP34XX > + select TWL4030_CORE > > config OMAP_TICK_GPTIMER > int "GPTIMER used for system tick timer" > -- > 1.6.3.1 > > -- 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