Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menu "i.MX SoC drivers"

config CONFIG_IMX_GPCV2_PM_DOMAINS
	bool "i.MX GPCv2 PM domains"
	depends on CONFIG_ARCH_MXC || (CONFIG_COMPILE_TEST && CONFIG_OF)
	depends on CONFIG_PM
	select CONFIG_PM_GENERIC_DOMAINS
	default y if CONFIG_SOC_IMX7D

config CONFIG_IMX_SCU_SOC
	bool "i.MX System Controller Unit SoC info support"
	depends on CONFIG_IMX_SCU
	select CONFIG_SOC_BUS
	help
	  If you say yes here you get support for the NXP i.MX System
	  Controller Unit SoC info module, it will provide the SoC info
	  like SoC family, ID and revision etc.

endmenu