diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 2acfcd12e48..04112c71a9b 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -114,5 +114,11 @@ config HDQ_GPIO_BITBANG Say Y to enable supoort for generic gpio based HDQ bitbang driver. This can not be built as a module. +config BATTERY_PLATFORM + tristate "Platform battery driver" + help + Say Y here to include support for battery driver that gets all + information from platform functions. + endif # POWER_SUPPLY |