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
if CONFIG_ARCH_STI

config CONFIG_STI_RESET_SYSCFG
	bool

config CONFIG_STIH407_RESET
	bool
	select CONFIG_STI_RESET_SYSCFG

endif