drivers/pmdomain/rockchip/Kconfig

Source file repositories/reference/linux-study-clean/drivers/pmdomain/rockchip/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/pmdomain/rockchip/Kconfig
Extension
[no extension]
Size
568 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/pmdomain
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
if ARCH_ROCKCHIP || COMPILE_TEST

config ROCKCHIP_PM_DOMAINS
	bool "Rockchip generic power domain"
	default ARCH_ROCKCHIP
	depends on PM
	depends on HAVE_ARM_SMCCC_DISCOVERY
	depends on REGULATOR
	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

Annotation

Implementation Notes