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
#
# ZTE SoC drivers
#
menuconfig CONFIG_SOC_ZTE
	depends on CONFIG_ARCH_ZX || CONFIG_COMPILE_TEST
	bool "ZTE SoC driver support"

if CONFIG_SOC_ZTE

config CONFIG_ZX2967_PM_DOMAINS
	bool "ZX2967 PM domains"
	depends on CONFIG_PM_GENERIC_DOMAINS

endif