xref: /linux/drivers/soc/imx/Kconfig (revision 15f5276a2fb1ad70d7a8e6321dd751c3d081e422)
1menu "i.MX SoC drivers"
2
3config IMX_GPCV2_PM_DOMAINS
4	bool "i.MX GPCv2 PM domains"
5	depends on ARCH_MXC || (COMPILE_TEST && OF)
6	depends on PM
7	select PM_GENERIC_DOMAINS
8	default y if SOC_IMX7D
9
10config IMX_SCU_SOC
11	bool "i.MX System Controller Unit SoC info support"
12	depends on IMX_SCU
13	select SOC_BUS
14	help
15	  If you say yes here you get support for the NXP i.MX System
16	  Controller Unit SoC info module, it will provide the SoC info
17	  like SoC family, ID and revision etc.
18
19endmenu
20