Skip to content

Commit 9be1a99

Browse files
computersforpeacemmind
authored andcommitted
soc: rockchip: Clean up Kconfig whitespace
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]>
1 parent 5c0bb71 commit 9be1a99

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

drivers/soc/rockchip/Kconfig

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ config ROCKCHIP_IODOMAIN
2323
voltage supplied by the regulators.
2424

2525
config ROCKCHIP_PM_DOMAINS
26-
bool "Rockchip generic power domain"
27-
depends on PM
28-
select PM_GENERIC_DOMAINS
29-
help
30-
Say y here to enable power domain support.
31-
In order to meet high performance and low power requirements, a power
32-
management unit is designed or saving power when RK3288 in low power
33-
mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
26+
bool "Rockchip generic power domain"
27+
depends on PM
28+
select PM_GENERIC_DOMAINS
29+
help
30+
Say y here to enable power domain support.
31+
In order to meet high performance and low power requirements, a power
32+
management unit is designed or saving power when RK3288 in low power
33+
mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
3434

35-
If unsure, say N.
35+
If unsure, say N.
3636

3737
config ROCKCHIP_DTPM
3838
tristate "Rockchip DTPM hierarchy"
3939
depends on DTPM && m
4040
help
41-
Describe the hierarchy for the Dynamic Thermal Power
42-
Management tree on this platform. That will create all the
43-
power capping capable devices.
41+
Describe the hierarchy for the Dynamic Thermal Power Management tree
42+
on this platform. That will create all the power capping capable
43+
devices.
4444

4545
endif

0 commit comments

Comments
 (0)