]> Git Repo - linux.git/commitdiff
soc: rockchip: Clean up Kconfig whitespace
authorBrian Norris <[email protected]>
Tue, 26 Apr 2022 01:45:42 +0000 (18:45 -0700)
committerHeiko Stuebner <[email protected]>
Sat, 30 Apr 2022 13:06:14 +0000 (15:06 +0200)
There are spaces instead of tabs, and other inconsistent indentation.

Signed-off-by: Brian Norris <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
drivers/soc/rockchip/Kconfig

index 156ac0e0c8fe5075a8b669ac78e91450263314ff..aff2f7e95237434f1cd1665b9feb6ec9debad217 100644 (file)
@@ -23,23 +23,23 @@ config ROCKCHIP_IODOMAIN
          voltage supplied by the regulators.
 
 config ROCKCHIP_PM_DOMAINS
-        bool "Rockchip generic power domain"
-        depends on PM
-        select PM_GENERIC_DOMAINS
-        help
-          Say y here to enable power domain support.
-          In order to meet high performance and low power requirements, a power
-          management unit is designed or saving power when RK3288 in low power
-          mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
+       bool "Rockchip generic power domain"
+       depends on PM
+       select PM_GENERIC_DOMAINS
+       help
+         Say y here to enable power domain support.
+         In order to meet high performance and low power requirements, a power
+         management unit is designed or saving power when RK3288 in low power
+         mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
 
-          If unsure, say N.
+         If unsure, say N.
 
 config ROCKCHIP_DTPM
        tristate "Rockchip DTPM hierarchy"
        depends on DTPM && m
        help
-        Describe the hierarchy for the Dynamic Thermal Power
-        Management tree on this platform. That will create all the
-        power capping capable devices.
+         Describe the hierarchy for the Dynamic Thermal Power Management tree
+         on this platform. That will create all the power capping capable
+         devices.
 
 endif
This page took 0.053023 seconds and 4 git commands to generate.