xref: /linux/drivers/soc/imx/Kconfig (revision 685efffe37c921cf1d56dd3c8617dc67bc343a99)
1menu "i.MX SoC drivers"
2
3config IMX_GPCV2_PM_DOMAINS
4	bool "i.MX GPCv2 PM domains"
5	depends on SOC_IMX7D || SOC_IMX8MQ || (COMPILE_TEST && OF)
6	depends on PM
7	select PM_GENERIC_DOMAINS
8	default y if SOC_IMX7D
9
10endmenu
11