0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "i.MX SoC drivers"
0003
0004 config IMX_GPCV2_PM_DOMAINS
0005 bool "i.MX GPCv2 PM domains"
0006 depends on ARCH_MXC || (COMPILE_TEST && OF)
0007 depends on PM
0008 select PM_GENERIC_DOMAINS
0009 select REGMAP_MMIO
0010 default y if SOC_IMX7D
0011
0012 config SOC_IMX8M
0013 bool "i.MX8M SoC family support"
0014 depends on ARCH_MXC || COMPILE_TEST
0015 default ARCH_MXC && ARM64
0016 select SOC_BUS
0017 select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
0018 help
0019 If you say yes here you get support for the NXP i.MX8M family
0020 support, it will provide the SoC info like SoC family,
0021 ID and revision etc.
0022
0023 endmenu