All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: mach-omap2: Kconfig: fix incorrect option
@ 2010-12-15 12:49 ` Aaro Koskinen
  0 siblings, 0 replies; 10+ messages in thread
From: Aaro Koskinen @ 2010-12-15 12:49 UTC (permalink / raw)
  To: tony, linux-omap, linux-arm-kernel; +Cc: Aaro Koskinen

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 <aaro.koskinen@nokia.com>
---
 arch/arm/mach-omap2/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index ab784bf..db20351 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
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-12-18  0:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 12:49 [PATCH 1/2] arm: mach-omap2: Kconfig: fix incorrect option Aaro Koskinen
2010-12-15 12:49 ` Aaro Koskinen
2010-12-15 12:49 ` [PATCH 2/2] arm: mach-omap2: Kconfig: devkit8000 should select needed options Aaro Koskinen
2010-12-15 12:49   ` Aaro Koskinen
2010-12-15 17:37   ` Tony Lindgren
2010-12-15 17:37     ` Tony Lindgren
2010-12-17 12:41     ` Aaro Koskinen
2010-12-17 12:41       ` Aaro Koskinen
2010-12-18  0:21       ` Tony Lindgren
2010-12-18  0:21         ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.