diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9da0e504bbe9..ad61a9e8e04e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -252,6 +252,16 @@ config MFD_MAX8925 | |||
252 | accessing the device, additional drivers must be enabled in order | 252 | accessing the device, additional drivers must be enabled in order |
253 | to use the functionality of the device. | 253 | to use the functionality of the device. |
254 | 254 | ||
255 | config MFD_MAX8998 | ||
256 | bool "Maxim Semiconductor MAX8998 PMIC Support" | ||
257 | depends on I2C=y | ||
258 | select MFD_CORE | ||
259 | help | ||
260 | Say yes here to support for Maxim Semiconductor MAX8998. This is | ||
261 | a Power Management IC. This driver provies common support for | ||
262 | accessing the device, additional drivers must be enabled in order | ||
263 | to use the functionality of the device. | ||
264 | |||
255 | config MFD_WM8400 | 265 | config MFD_WM8400 |
256 | tristate "Support Wolfson Microelectronics WM8400" | 266 | tristate "Support Wolfson Microelectronics WM8400" |
257 | select MFD_CORE | 267 | select MFD_CORE |