ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
612 B
Text
18 lines
612 B
Text
# 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.
|