mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
0cc598915f
By definition this directory contains drivers that are specific to the Rockchip architecture. All Kconfig options should therefore depend on ARCH_ROCKCHIP to avoid exposing these symbols on other architectures. For example, this options currently shows up as new when doing an incremental build on PowerPC. Signed-off-by: Thierry Reding <treding@nvidia.com> [add COMPILE_TEST alternative condition] Signed-off-by: Heiko Stuebner <heiko@sntech.de>
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
if ARCH_ROCKCHIP || COMPILE_TEST
|
|
|
|
#
|
|
# Rockchip Soc drivers
|
|
#
|
|
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.
|
|
|
|
If unsure, say N.
|
|
|
|
endif
|