162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_cimenu "i.MX SoC drivers"
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciconfig IMX_GPCV2_PM_DOMAINS
562306a36Sopenharmony_ci	bool "i.MX GPCv2 PM domains"
662306a36Sopenharmony_ci	depends on ARCH_MXC || (COMPILE_TEST && OF)
762306a36Sopenharmony_ci	depends on PM
862306a36Sopenharmony_ci	select PM_GENERIC_DOMAINS
962306a36Sopenharmony_ci	select REGMAP_MMIO
1062306a36Sopenharmony_ci	default y if SOC_IMX7D
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciconfig SOC_IMX8M
1362306a36Sopenharmony_ci	tristate "i.MX8M SoC family support"
1462306a36Sopenharmony_ci	depends on ARCH_MXC || COMPILE_TEST
1562306a36Sopenharmony_ci	default ARCH_MXC && ARM64
1662306a36Sopenharmony_ci	select SOC_BUS
1762306a36Sopenharmony_ci	select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V7
1862306a36Sopenharmony_ci	help
1962306a36Sopenharmony_ci	  If you say yes here you get support for the NXP i.MX8M family
2062306a36Sopenharmony_ci	  support, it will provide the SoC info like SoC family,
2162306a36Sopenharmony_ci	  ID and revision etc.
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciconfig SOC_IMX9
2462306a36Sopenharmony_ci	tristate "i.MX9 SoC family support"
2562306a36Sopenharmony_ci	depends on ARCH_MXC || COMPILE_TEST
2662306a36Sopenharmony_ci	default ARCH_MXC && ARM64
2762306a36Sopenharmony_ci	select SOC_BUS
2862306a36Sopenharmony_ci	help
2962306a36Sopenharmony_ci	  If you say yes here, you get support for the NXP i.MX9 family
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciconfig IMX8M_BLK_CTRL
3262306a36Sopenharmony_ci	bool
3362306a36Sopenharmony_ci	default SOC_IMX8M && IMX_GPCV2_PM_DOMAINS
3462306a36Sopenharmony_ci	depends on PM_GENERIC_DOMAINS
3562306a36Sopenharmony_ci	depends on COMMON_CLK
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ciconfig IMX9_BLK_CTRL
3862306a36Sopenharmony_ci	bool
3962306a36Sopenharmony_ci	default SOC_IMX9 && IMX_GPCV2_PM_DOMAINS
4062306a36Sopenharmony_ci	depends on PM_GENERIC_DOMAINS
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ciendmenu
43