xref: /linux/drivers/soc/imx/Kconfig (revision 0d3db1f14abb4eb28613fbeb1e2ad92bac76debf)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "i.MX SoC drivers"
3
4config SOC_IMX8M
5	tristate "i.MX8M SoC family support"
6	depends on ARCH_MXC || COMPILE_TEST
7	default ARCH_MXC && ARM64
8	select SOC_BUS
9	select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
10	help
11	  If you say yes here you get support for the NXP i.MX8M family
12	  support, it will provide the SoC info like SoC family,
13	  ID and revision etc.
14
15config SOC_IMX9
16	tristate "i.MX9 SoC family support"
17	depends on ARCH_MXC || COMPILE_TEST
18	default ARCH_MXC && ARM64
19	select SOC_BUS
20	help
21	  If you say yes here, you get support for the NXP i.MX9 family
22
23endmenu
24