diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-05 14:38:06 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-01-06 02:45:02 +0300 |
commit | af5179a405c0df36413ea6bb838cf45abc1a6189 (patch) | |
tree | 99f777e96937a861bd0b0ec345f9d5336235c42d /drivers/power/supply/Kconfig | |
parent | fb9a33ae6ba7eb6c22a2f37e4be7a96bf55da14d (diff) | |
download | linux-af5179a405c0df36413ea6bb838cf45abc1a6189.tar.xz |
power: supply: remove Intel Moorestown battery support
The Moorestown support was removed by commit 1a8359e411eb ("x86/mid: Remove
Intel Moorestown").
Remove this leftover.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r-- | drivers/power/supply/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index 42877ff757b1..1add5e48e099 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -298,13 +298,6 @@ config BATTERY_JZ4740 This driver can be build as a module. If so, the module will be called jz4740-battery. -config BATTERY_INTEL_MID - tristate "Battery driver for Intel MID platforms" - depends on INTEL_SCU_IPC && SPI - help - Say Y here to enable the battery driver on Intel MID - platforms. - config BATTERY_RX51 tristate "Nokia RX-51 (N900) battery driver" depends on TWL4030_MADC |