diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-20 00:19:27 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:29:30 +0200 |
commit | 1819ebcf1dc5ba9a19dab1f51a21af6274bbd829 (patch) | |
tree | 52a4840104142243d9c792b9512b91d5e19074d0 /drivers/mfd | |
parent | d5a0514e5fdba59e759d42be2f752366d5b6c03f (diff) | |
download | linux-1819ebcf1dc5ba9a19dab1f51a21af6274bbd829.tar.bz2 |
mfd: msp430 expects I2C to be built-in
msp430 being a bool, it will only work with I2C=y
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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, |