diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2fb1e892331c..3a1493b8b5e5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -329,6 +329,17 @@ config MFD_WM831X_I2C | |||
329 | for accessing the device, additional drivers must be enabled in | 329 | for accessing the device, additional drivers must be enabled in |
330 | order to use the functionality of the device. | 330 | order to use the functionality of the device. |
331 | 331 | ||
332 | config MFD_WM831X_SPI | ||
333 | bool "Support Wolfson Microelectronics WM831x/2x PMICs with SPI" | ||
334 | select MFD_CORE | ||
335 | select MFD_WM831X | ||
336 | depends on SPI_MASTER && GENERIC_HARDIRQS | ||
337 | help | ||
338 | Support for the Wolfson Microelecronics WM831x and WM832x PMICs | ||
339 | when controlled using SPI. This driver provides common support | ||
340 | for accessing the device, additional drivers must be enabled in | ||
341 | order to use the functionality of the device. | ||
342 | |||
332 | config MFD_WM8350 | 343 | config MFD_WM8350 |
333 | bool | 344 | bool |
334 | depends on GENERIC_HARDIRQS | 345 | depends on GENERIC_HARDIRQS |