提交 1819ebcf 编写于 作者: S Samuel Ortiz

mfd: msp430 expects I2C to be built-in

msp430 being a bool, it will only work with I2C=y
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 d5a0514e
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册