Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2menu "i.MX PM Domains"
3
4config IMX_GPCV2_PM_DOMAINS
5 bool "i.MX GPCv2 PM domains"
6 depends on ARCH_MXC || (COMPILE_TEST && OF)
7 depends on PM
8 select PM_GENERIC_DOMAINS
9 select REGMAP_MMIO
10 default y if SOC_IMX7D
11
12config IMX8M_BLK_CTRL
13 bool
14 default SOC_IMX8M && IMX_GPCV2_PM_DOMAINS
15 depends on PM_GENERIC_DOMAINS
16 depends on COMMON_CLK
17
18config IMX9_BLK_CTRL
19 bool
20 default SOC_IMX9 && IMX_GPCV2_PM_DOMAINS
21 depends on PM_GENERIC_DOMAINS
22
23config IMX_SCU_PD
24 bool "IMX SCU Power Domain driver"
25 depends on IMX_SCU
26 help
27 The System Controller Firmware (SCFW) based power domain driver.
28
29endmenu