xref: /linux/drivers/soc/imx/Kconfig (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
203aa1262SAndrey Smirnovmenu "i.MX SoC drivers"
303aa1262SAndrey Smirnov
4fc40200eSPeng Fanconfig SOC_IMX8M
5*8191455cSJindong Yue	tristate "i.MX8M SoC family support"
6fc40200eSPeng Fan	depends on ARCH_MXC || COMPILE_TEST
7fc40200eSPeng Fan	default ARCH_MXC && ARM64
84517f481SArnd Bergmann	select SOC_BUS
9097530bfSArnd Bergmann	select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
10fc40200eSPeng Fan	help
11fc40200eSPeng Fan	  If you say yes here you get support for the NXP i.MX8M family
12fc40200eSPeng Fan	  support, it will provide the SoC info like SoC family,
13fc40200eSPeng Fan	  ID and revision etc.
14fc40200eSPeng Fan
150a0f7cc2SPeng Fanconfig SOC_IMX9
160a0f7cc2SPeng Fan	tristate "i.MX9 SoC family support"
170a0f7cc2SPeng Fan	depends on ARCH_MXC || COMPILE_TEST
180a0f7cc2SPeng Fan	default ARCH_MXC && ARM64
190a0f7cc2SPeng Fan	select SOC_BUS
200a0f7cc2SPeng Fan	help
210a0f7cc2SPeng Fan	  If you say yes here, you get support for the NXP i.MX9 family
220a0f7cc2SPeng Fan
2303aa1262SAndrey Smirnovendmenu
24