WIP FPC-III support
[linux/fpc-iii.git] / drivers / soc / imx / Kconfig
bloba9370f4aacca97b1e00c5bb56e7d84fda8d932b5
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "i.MX SoC drivers"
4 config 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
11 config SOC_IMX8M
12         bool "i.MX8M SoC family support"
13         depends on ARCH_MXC || COMPILE_TEST
14         default ARCH_MXC && ARM64
15         select SOC_BUS
16         select ARM_GIC_V3 if ARCH_MXC
17         help
18           If you say yes here you get support for the NXP i.MX8M family
19           support, it will provide the SoC info like SoC family,
20           ID and revision etc.
22 endmenu