From mboxrd@z Thu Jan 1 00:00:00 1970 From: aaro.koskinen@nokia.com (Aaro Koskinen) Date: Wed, 15 Dec 2010 14:49:12 +0200 Subject: [PATCH 2/2] arm: mach-omap2: Kconfig: devkit8000 should select needed options In-Reply-To: <1292417352-18082-1-git-send-email-aaro.koskinen@nokia.com> References: <1292417352-18082-1-git-send-email-aaro.koskinen@nokia.com> Message-ID: <1292417352-18082-2-git-send-email-aaro.koskinen@nokia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org It's not possible to compile a kernel for this board without I2C, MFD_SUPPORT and TWL4030_CORE, so those should be selected. This will prevent build errors when trying out different configurations. Signed-off-by: Aaro Koskinen --- arch/arm/mach-omap2/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index db20351..bb32f35 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -129,6 +129,10 @@ config MACH_DEVKIT8000 default y select OMAP_PACKAGE_CUS select OMAP_MUX + select I2C + select I2C_OMAP + select MFD_SUPPORT + select TWL4030_CORE config MACH_OMAP_LDP bool "OMAP3 LDP board" -- 1.5.6.5