brintos

brintos / linux-shallow public Read only

0
0
Text · 615 B · 2a90ddd Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "i.MX SoC drivers"3 4config SOC_IMX8M5	tristate "i.MX8M SoC family support"6	depends on ARCH_MXC || COMPILE_TEST7	default ARCH_MXC && ARM648	select SOC_BUS9	select ARM_GIC_V3 if ARCH_MXC && ARCH_MULTI_V710	help11	  If you say yes here you get support for the NXP i.MX8M family12	  support, it will provide the SoC info like SoC family,13	  ID and revision etc.14 15config SOC_IMX916	tristate "i.MX9 SoC family support"17	depends on ARCH_MXC || COMPILE_TEST18	default ARCH_MXC && ARM6419	select SOC_BUS20	help21	  If you say yes here, you get support for the NXP i.MX9 family22 23endmenu24