Commit 1819ebcf1dc5ba9a19dab1f51a21af6274bbd829

Authored by Samuel Ortiz
1 parent d5a0514e5f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -75,7 +75,7 @@
75 75  
76 76 config MFD_DM355EVM_MSP
77 77 bool "DaVinci DM355 EVM microcontroller"
78   - depends on I2C && MACH_DAVINCI_DM355_EVM
  78 + depends on I2C=y && MACH_DAVINCI_DM355_EVM
79 79 help
80 80 This driver supports the MSP430 microcontroller used on these
81 81 boards. MSP430 firmware manages resets and power sequencing,