xref: /linux/drivers/soc/imx/Kconfig (revision 1a59d1b8e05ea6ab45f7e18897de1ef0e6bc3da6)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "i.MX SoC drivers"
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	default y if SOC_IMX7D
10
11endmenu
12