diff options
| -rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 951fa9b93fbe..2a5a0b78f84e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
| @@ -11,7 +11,7 @@ config MFD_CORE | |||
| 11 | 11 | ||
| 12 | config MFD_88PM860X | 12 | config MFD_88PM860X |
| 13 | bool "Support Marvell 88PM8606/88PM8607" | 13 | bool "Support Marvell 88PM8606/88PM8607" |
| 14 | depends on I2C=y | 14 | depends on I2C=y && GENERIC_HARDIRQS |
| 15 | select MFD_CORE | 15 | select MFD_CORE |
| 16 | help | 16 | help |
| 17 | This supports for Marvell 88PM8606/88PM8607 Power Management IC. | 17 | This supports for Marvell 88PM8606/88PM8607 Power Management IC. |
| @@ -205,7 +205,7 @@ config PMIC_ADP5520 | |||
| 205 | 205 | ||
| 206 | config MFD_MAX8925 | 206 | config MFD_MAX8925 |
| 207 | bool "Maxim Semiconductor MAX8925 PMIC Support" | 207 | bool "Maxim Semiconductor MAX8925 PMIC Support" |
| 208 | depends on I2C=y | 208 | depends on I2C=y && GENERIC_HARDIRQS |
| 209 | select MFD_CORE | 209 | select MFD_CORE |
| 210 | help | 210 | help |
| 211 | Say yes here to support for Maxim Semiconductor MAX8925. This is | 211 | Say yes here to support for Maxim Semiconductor MAX8925. This is |
| @@ -226,7 +226,7 @@ config MFD_WM8400 | |||
| 226 | config MFD_WM831X | 226 | config MFD_WM831X |
| 227 | bool "Support Wolfson Microelectronics WM831x/2x PMICs" | 227 | bool "Support Wolfson Microelectronics WM831x/2x PMICs" |
| 228 | select MFD_CORE | 228 | select MFD_CORE |
| 229 | depends on I2C=y | 229 | depends on I2C=y && GENERIC_HARDIRQS |
| 230 | help | 230 | help |
| 231 | Support for the Wolfson Microelecronics WM831x and WM832x PMICs. | 231 | Support for the Wolfson Microelecronics WM831x and WM832x PMICs. |
| 232 | This driver provides common support for accessing the device, | 232 | This driver provides common support for accessing the device, |
| @@ -235,6 +235,7 @@ config MFD_WM831X | |||
| 235 | 235 | ||
| 236 | config MFD_WM8350 | 236 | config MFD_WM8350 |
| 237 | bool | 237 | bool |
| 238 | depends on GENERIC_HARDIRQS | ||
| 238 | 239 | ||
| 239 | config MFD_WM8350_CONFIG_MODE_0 | 240 | config MFD_WM8350_CONFIG_MODE_0 |
| 240 | bool | 241 | bool |
| @@ -287,7 +288,7 @@ config MFD_WM8352_CONFIG_MODE_3 | |||
| 287 | config MFD_WM8350_I2C | 288 | config MFD_WM8350_I2C |
| 288 | bool "Support Wolfson Microelectronics WM8350 with I2C" | 289 | bool "Support Wolfson Microelectronics WM8350 with I2C" |
| 289 | select MFD_WM8350 | 290 | select MFD_WM8350 |
| 290 | depends on I2C=y | 291 | depends on I2C=y && GENERIC_HARDIRQS |
| 291 | help | 292 | help |
| 292 | The WM8350 is an integrated audio and power management | 293 | The WM8350 is an integrated audio and power management |
| 293 | subsystem with watchdog and RTC functionality for embedded | 294 | subsystem with watchdog and RTC functionality for embedded |
