diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index bb49ab684f9a..e6f92b450913 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -269,7 +269,6 @@ config CHARGER_ISP1704 | |||
269 | 269 | ||
270 | config CHARGER_MAX8903 | 270 | config CHARGER_MAX8903 |
271 | tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power" | 271 | tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power" |
272 | depends on GENERIC_HARDIRQS | ||
273 | help | 272 | help |
274 | Say Y to enable support for the MAX8903 DC-DC charger and sysfs. | 273 | Say Y to enable support for the MAX8903 DC-DC charger and sysfs. |
275 | The driver supports controlling charger-enable and current-limit | 274 | The driver supports controlling charger-enable and current-limit |
@@ -370,7 +369,7 @@ config AB8500_BM | |||
370 | 369 | ||
371 | config BATTERY_GOLDFISH | 370 | config BATTERY_GOLDFISH |
372 | tristate "Goldfish battery driver" | 371 | tristate "Goldfish battery driver" |
373 | depends on GENERIC_HARDIRQS && (GOLDFISH || COMPILE_TEST) | 372 | depends on GOLDFISH || COMPILE_TEST |
374 | help | 373 | help |
375 | Say Y to enable support for the battery and AC power in the | 374 | Say Y to enable support for the battery and AC power in the |
376 | Goldfish emulator. | 375 | Goldfish emulator. |