xref: /openbmc/linux/drivers/soc/imx/Kconfig (revision 097530bf)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
203aa1262SAndrey Smirnovmenu "i.MX SoC drivers"
303aa1262SAndrey Smirnov
4685efffeSLucas Stachconfig IMX_GPCV2_PM_DOMAINS
5685efffeSLucas Stach	bool "i.MX GPCv2 PM domains"
69b0bb073SAbel Vesa	depends on ARCH_MXC || (COMPILE_TEST && OF)
7e23c7f7dSArnd Bergmann	depends on PM
8e23c7f7dSArnd Bergmann	select PM_GENERIC_DOMAINS
903aa1262SAndrey Smirnov	default y if SOC_IMX7D
1003aa1262SAndrey Smirnov
11fc40200eSPeng Fanconfig SOC_IMX8M
12fc40200eSPeng Fan	bool "i.MX8M SoC family support"
13fc40200eSPeng Fan	depends on ARCH_MXC || COMPILE_TEST
14fc40200eSPeng Fan	default ARCH_MXC && ARM64
154517f481SArnd Bergmann	select SOC_BUS
16*097530bfSArnd Bergmann	select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
17fc40200eSPeng Fan	help
18fc40200eSPeng Fan	  If you say yes here you get support for the NXP i.MX8M family
19fc40200eSPeng Fan	  support, it will provide the SoC info like SoC family,
20fc40200eSPeng Fan	  ID and revision etc.
21fc40200eSPeng Fan
2203aa1262SAndrey Smirnovendmenu
23