diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-03-12 09:36:01 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-03-22 15:55:06 +0100 |
commit | 53207aa1a73e3e52b14c432b04d342c2b3af2e1c (patch) | |
tree | 9ce997b9ae13b431d1e3e39b7900ee138edc705f /drivers/power/supply/Kconfig | |
parent | Linux 5.12-rc2 (diff) | |
download | linux-53207aa1a73e3e52b14c432b04d342c2b3af2e1c.tar.xz linux-53207aa1a73e3e52b14c432b04d342c2b3af2e1c.zip |
power: ab8500: Require device tree
The core AB8500 driver and the whole platform is completely
dependent on being probed from device tree so remove the
non-DT probe paths.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r-- | drivers/power/supply/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index 006b95eca673..a910571e8d4f 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -698,7 +698,7 @@ config BATTERY_GAUGE_LTC2941 config AB8500_BM bool "AB8500 Battery Management Driver" - depends on AB8500_CORE && AB8500_GPADC && (IIO = y) + depends on AB8500_CORE && AB8500_GPADC && (IIO = y) && OF help Say Y to include support for AB8500 battery management. |