Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Len Brown | 6349d99 | 2009-08-14 15:07:14 -0400 | [diff] [blame] | 2 | # |
| 3 | # SFI Configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig SFI |
| 7 | bool "SFI (Simple Firmware Interface) Support" |
| 8 | ---help--- |
| 9 | The Simple Firmware Interface (SFI) provides a lightweight method |
| 10 | for platform firmware to pass information to the operating system |
| 11 | via static tables in memory. Kernel SFI support is required to |
| 12 | boot on SFI-only platforms. Currently, all SFI-only platforms are |
| 13 | based on the 2nd generation Intel Atom processor platform, |
| 14 | code-named Moorestown. |
| 15 | |
| 16 | For more information, see http://simplefirmware.org |
| 17 | |
| 18 | Say 'Y' here to enable the kernel to boot on SFI-only platforms. |