power: supply: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Krzysztof Kozlowski 2019-11-20 21:39:59 +08:00 committed by Sebastian Reichel
parent 86b9182df8
commit 3c9c2d0812

View File

@ -73,10 +73,10 @@ config WM831X_POWER
provided by Wolfson Microelectronics WM831x PMICs. provided by Wolfson Microelectronics WM831x PMICs.
config WM8350_POWER config WM8350_POWER
tristate "WM8350 PMU support" tristate "WM8350 PMU support"
depends on MFD_WM8350 depends on MFD_WM8350
help help
Say Y here to enable support for the power management unit Say Y here to enable support for the power management unit
provided by the Wolfson Microelectronics WM8350 PMIC. provided by the Wolfson Microelectronics WM8350 PMIC.
config TEST_POWER config TEST_POWER
@ -209,16 +209,16 @@ config BATTERY_WM97XX
Say Y to enable support for battery measured by WM97xx aux port. Say Y to enable support for battery measured by WM97xx aux port.
config BATTERY_SBS config BATTERY_SBS
tristate "SBS Compliant gas gauge" tristate "SBS Compliant gas gauge"
depends on I2C depends on I2C
help help
Say Y to include support for SBS battery driver for SBS-compliant Say Y to include support for SBS battery driver for SBS-compliant
gas gauges. gas gauges.
config CHARGER_SBS config CHARGER_SBS
tristate "SBS Compliant charger" tristate "SBS Compliant charger"
depends on I2C depends on I2C
help help
Say Y to include support for SBS compliant battery chargers. Say Y to include support for SBS compliant battery chargers.
config MANAGER_SBS config MANAGER_SBS
@ -484,11 +484,11 @@ config CHARGER_MANAGER
depends on REGULATOR depends on REGULATOR
select EXTCON select EXTCON
help help
Say Y to enable charger-manager support, which allows multiple Say Y to enable charger-manager support, which allows multiple
chargers attached to a battery and multiple batteries attached to a chargers attached to a battery and multiple batteries attached to a
system. The charger-manager also can monitor charging status in system. The charger-manager also can monitor charging status in
runtime and in suspend-to-RAM by waking up the system periodically runtime and in suspend-to-RAM by waking up the system periodically
with help of suspend_again support. with help of suspend_again support.
config CHARGER_LT3651 config CHARGER_LT3651
tristate "Analog Devices LT3651 charger" tristate "Analog Devices LT3651 charger"