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