On 24.03.2010 13:58, Felipe Balbi wrote: > On Wed, Mar 24, 2010 at 01:52:11PM +0100, ext Thomas Weber wrote: >> Devkit8000 uses the CUS package for OMAP3530. >> >> This patch adds missing package selection for CUS and enables >> CONFIG_MUX. >> >> Replace whitespace with tab in Kconfig. >> >> Signed-off-by: Thomas Weber <weber@xxxxxxxxxxxxx> >> --- >> arch/arm/mach-omap2/Kconfig | 6 ++++-- >> 1 files changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig >> index a8a3d1e..2455dcc 100644 >> --- a/arch/arm/mach-omap2/Kconfig >> +++ b/arch/arm/mach-omap2/Kconfig >> @@ -59,8 +59,10 @@ config MACH_OMAP3_BEAGLE >> select OMAP_PACKAGE_CBB >> >> config MACH_DEVKIT8000 >> - bool "DEVKIT8000 board" >> - depends on ARCH_OMAP3 >> + bool "DEVKIT8000 board" >> + depends on ARCH_OMAP3 >> + select OMAP_PACKAGE_CUS >> + select OMAP_MUX > > keep the formating, please. > Hello Felipe, the mach_devkit8000 kconfig option is the only one of the board configs that uses whitespaces for indention at the moment. Thatswhy I replaced these whitespaces with one tab. Thomas -- 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