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: v2.6.37-rc1~52^2~40 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1819ebcf1dc5ba9a19dab1f51a21af6274bbd829;p=pandora-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 d365e9dd190b..256fabd7d65e 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,