Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <i...@metux.net>
---
 drivers/power/avs/Kconfig    | 12 +++++------
 drivers/power/supply/Kconfig | 48 ++++++++++++++++++++++----------------------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
index a67eeac..4c25d1c 100644
--- a/drivers/power/avs/Kconfig
+++ b/drivers/power/avs/Kconfig
@@ -12,9 +12,9 @@ menuconfig POWER_AVS
          Say Y here to enable Adaptive Voltage Scaling class support.
 
 config ROCKCHIP_IODOMAIN
-        tristate "Rockchip IO domain support"
-        depends on POWER_AVS && ARCH_ROCKCHIP && OF
-        help
-          Say y here to enable support io domains on Rockchip SoCs. It is
-          necessary for the io domain setting of the SoC to match the
-          voltage supplied by the regulators.
+       tristate "Rockchip IO domain support"
+       depends on POWER_AVS && ARCH_ROCKCHIP && OF
+       help
+         Say y here to enable support io domains on Rockchip SoCs. It is
+         necessary for the io domain setting of the SoC to match the
+         voltage supplied by the regulators.
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
index e901b9879..51f496c 100644
--- a/drivers/power/supply/Kconfig
+++ b/drivers/power/supply/Kconfig
@@ -58,10 +58,10 @@ config WM831X_POWER
          provided by Wolfson Microelectronics WM831x PMICs.
 
 config WM8350_POWER
-        tristate "WM8350 PMU support"
-        depends on MFD_WM8350
-        help
-          Say Y here to enable support for the power management unit
+       tristate "WM8350 PMU support"
+       depends on MFD_WM8350
+       help
+         Say Y here to enable support for the power management unit
          provided by the Wolfson Microelectronics WM8350 PMIC.
 
 config TEST_POWER
@@ -183,16 +183,16 @@ config BATTERY_WM97XX
          Say Y to enable support for battery measured by WM97xx aux port.
 
 config BATTERY_SBS
-        tristate "SBS Compliant gas gauge"
-        depends on I2C
-        help
+       tristate "SBS Compliant gas gauge"
+       depends on I2C
+       help
          Say Y to include support for SBS battery driver for SBS-compliant
          gas gauges.
 
 config CHARGER_SBS
-        tristate "SBS Compliant charger"
-        depends on I2C
-        help
+       tristate "SBS Compliant charger"
+       depends on I2C
+       help
          Say Y to include support for SBS compliant battery chargers.
 
 config MANAGER_SBS
@@ -389,7 +389,7 @@ config CHARGER_PCF50633
        tristate "NXP PCF50633 MBC"
        depends on MFD_PCF50633
        help
-        Say Y to include support for NXP PCF50633 Main Battery Charger.
+         Say Y to include support for NXP PCF50633 Main Battery Charger.
 
 config BATTERY_JZ4740
        tristate "Ingenic JZ4740 battery"
@@ -469,11 +469,11 @@ config CHARGER_MANAGER
        depends on REGULATOR
        select EXTCON
        help
-          Say Y to enable charger-manager support, which allows multiple
-          chargers attached to a battery and multiple batteries attached to a
-          system. The charger-manager also can monitor charging status in
-          runtime and in suspend-to-RAM by waking up the system periodically
-          with help of suspend_again support.
+         Say Y to enable charger-manager support, which allows multiple
+         chargers attached to a battery and multiple batteries attached to a
+         system. The charger-manager also can monitor charging status in
+         runtime and in suspend-to-RAM by waking up the system periodically
+         with help of suspend_again support.
 
 config CHARGER_LTC3651
        tristate "LTC3651 charger"
@@ -587,15 +587,15 @@ config CHARGER_TPS65090
        tristate "TPS65090 battery charger driver"
        depends on MFD_TPS65090
        help
-        Say Y here to enable support for battery charging with TPS65090
-        PMIC chips.
+         Say Y here to enable support for battery charging with TPS65090
+         PMIC chips.
 
 config CHARGER_TPS65217
        tristate "TPS65217 battery charger driver"
        depends on MFD_TPS65217
        help
-        Say Y here to enable support for battery charging with TPS65217
-        PMIC chips.
+         Say Y here to enable support for battery charging with TPS65217
+         PMIC chips.
 
 config BATTERY_GAUGE_LTC2941
        tristate "LTC2941/LTC2943 Battery Gauge Driver"
@@ -649,15 +649,15 @@ config CHARGER_SC2731
        tristate "Spreadtrum SC2731 charger driver"
        depends on MFD_SC27XX_PMIC || COMPILE_TEST
        help
-        Say Y here to enable support for battery charging with SC2731
-        PMIC chips.
+         Say Y here to enable support for battery charging with SC2731
+         PMIC chips.
 
 config FUEL_GAUGE_SC27XX
        tristate "Spreadtrum SC27XX fuel gauge driver"
        depends on MFD_SC27XX_PMIC || COMPILE_TEST
        depends on IIO
        help
-        Say Y here to enable support for fuel gauge with SC27XX
-        PMIC chips.
+         Say Y here to enable support for fuel gauge with SC27XX
+         PMIC chips.
 
 endif # POWER_SUPPLY
-- 
1.9.1

Reply via email to