From: Aaro Koskinen Date: Tue, 21 Dec 2010 02:48:15 +0000 (-0800) Subject: arm: mach-omap2: Kconfig: fix incorrect option X-Git-Tag: Ubuntu-5.10.0-12.13~26147^2~33 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5690597fc648c92b94771993a56c7e4f614874bf;p=mirror_ubuntu-hirsute-kernel.git arm: mach-omap2: Kconfig: fix incorrect option There is no MFD config option, MFD_SUPPORT should be selected instead. This will prevent build errors when trying out different configurations. Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 9c1d55920e35..92b004ba5a10 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -15,7 +15,7 @@ config ARCH_OMAP2PLUS_TYPICAL select SERIAL_OMAP_CONSOLE select I2C select I2C_OMAP - select MFD + select MFD_SUPPORT select MENELAUS if ARCH_OMAP2 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4