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
#
# CONFIG_SFI Configuration
#

menuconfig CONFIG_SFI
	bool "SFI (Simple Firmware Interface) Support"
	---help---
	The Simple Firmware Interface (CONFIG_SFI) provides a lightweight method
	for platform firmware to pass information to the operating system
	via static tables in memory.  Kernel CONFIG_SFI support is required to
	boot on CONFIG_SFI-only platforms.  Currently, all CONFIG_SFI-only platforms are
	based on the 2nd generation Intel Atom processor platform,
	code-named Moorestown.

	For more information, see http://simplefirmware.org

	Say 'Y' here to enable the kernel to boot on CONFIG_SFI-only platforms.