commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
19 lines
606 B
Plaintext
19 lines
606 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# SFI Configuration
|
|
#
|
|
|
|
menuconfig SFI
|
|
bool "SFI (Simple Firmware Interface) Support"
|
|
help
|
|
The Simple Firmware Interface (SFI) provides a lightweight method
|
|
for platform firmware to pass information to the operating system
|
|
via static tables in memory. Kernel SFI support is required to
|
|
boot on SFI-only platforms. Currently, all 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 SFI-only platforms.
|