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