Commit 9be1a999 authored by Brian Norris's avatar Brian Norris Committed by Heiko Stuebner

soc: rockchip: Clean up Kconfig whitespace

There are spaces instead of tabs, and other inconsistent indentation.
Signed-off-by: default avatarBrian Norris <briannorris@chromium.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220426014545.628100-1-briannorris@chromium.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5c0bb711
...@@ -23,23 +23,23 @@ config ROCKCHIP_IODOMAIN ...@@ -23,23 +23,23 @@ config ROCKCHIP_IODOMAIN
voltage supplied by the regulators. voltage supplied by the regulators.
config ROCKCHIP_PM_DOMAINS config ROCKCHIP_PM_DOMAINS
bool "Rockchip generic power domain" bool "Rockchip generic power domain"
depends on PM depends on PM
select PM_GENERIC_DOMAINS select PM_GENERIC_DOMAINS
help help
Say y here to enable power domain support. Say y here to enable power domain support.
In order to meet high performance and low power requirements, a power In order to meet high performance and low power requirements, a power
management unit is designed or saving power when RK3288 in low 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. 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 config ROCKCHIP_DTPM
tristate "Rockchip DTPM hierarchy" tristate "Rockchip DTPM hierarchy"
depends on DTPM && m depends on DTPM && m
help help
Describe the hierarchy for the Dynamic Thermal Power Describe the hierarchy for the Dynamic Thermal Power Management tree
Management tree on this platform. That will create all the on this platform. That will create all the power capping capable
power capping capable devices. devices.
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment