From: Samuel Ortiz Date: Sun, 19 Sep 2010 22:19:27 +0000 (+0200) Subject: mfd: msp430 expects I2C to be built-in X-Git-Tag: upstream/snapshot3+hdmi~12594^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1819ebcf1dc5ba9a19dab1f51a21af6274bbd829;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mfd: msp430 expects I2C to be built-in msp430 being a bool, it will only work with I2C=y Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d365e9d..256fabd 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -75,7 +75,7 @@ config MFD_DAVINCI_VOICECODEC config MFD_DM355EVM_MSP bool "DaVinci DM355 EVM microcontroller" - depends on I2C && MACH_DAVINCI_DM355_EVM + depends on I2C=y && MACH_DAVINCI_DM355_EVM help This driver supports the MSP430 microcontroller used on these boards. MSP430 firmware manages resets and power sequencing,