Prev: Unify KVM kernel-space and user-space code into a single project
Next: [PATCH] hwmon: Add basic support for lm64 to lm63.c
From: Thomas Weber on 18 Mar 2010 09:20 Add missing selection of CUS package. Replace whitespace with tab. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index a8a3d1e..e776075 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -59,8 +59,9 @@ 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 config MACH_OMAP_LDP bool "OMAP3 LDP board" -- 1.6.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |