diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index a760dbefd27a..64fbe3334eb3 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -295,6 +295,18 @@ config MFD_WM8350_I2C | |||
295 | I2C as the control interface. Additional options must be | 295 | I2C as the control interface. Additional options must be |
296 | selected to enable support for the functionality of the chip. | 296 | selected to enable support for the functionality of the chip. |
297 | 297 | ||
298 | config MFD_WM8994 | ||
299 | tristate "Support Wolfson Microelectronics WM8994" | ||
300 | select MFD_CORE | ||
301 | depends on I2C | ||
302 | help | ||
303 | The WM8994 is a highly integrated hi-fi CODEC designed for | ||
304 | smartphone applicatiosn. As well as audio functionality it | ||
305 | has on board GPIO and regulator functionality which is | ||
306 | supported via the relevant subsystems. This driver provides | ||
307 | core support for the WM8994, in order to use the actual | ||
308 | functionaltiy of the device other drivers must be enabled. | ||
309 | |||
298 | config MFD_PCF50633 | 310 | config MFD_PCF50633 |
299 | tristate "Support for NXP PCF50633" | 311 | tristate "Support for NXP PCF50633" |
300 | depends on I2C | 312 | depends on I2C |