mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
d5a0514e5f
commit
1819ebcf1d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ config MFD_DAVINCI_VOICECODEC
|
||||||
|
|
||||||
config MFD_DM355EVM_MSP
|
config MFD_DM355EVM_MSP
|
||||||
bool "DaVinci DM355 EVM microcontroller"
|
bool "DaVinci DM355 EVM microcontroller"
|
||||||
depends on I2C && MACH_DAVINCI_DM355_EVM
|
depends on I2C=y && MACH_DAVINCI_DM355_EVM
|
||||||
help
|
help
|
||||||
This driver supports the MSP430 microcontroller used on these
|
This driver supports the MSP430 microcontroller used on these
|
||||||
boards. MSP430 firmware manages resets and power sequencing,
|
boards. MSP430 firmware manages resets and power sequencing,
|
||||||
|
|
Loading…
Add table
Reference in a new issue