Kconfig 572 B

1234567891011121314151617
  1. #
  2. # SFI Configuration
  3. #
  4. menuconfig SFI
  5. bool "SFI (Simple Firmware Interface) Support"
  6. ---help---
  7. The Simple Firmware Interface (SFI) provides a lightweight method
  8. for platform firmware to pass information to the operating system
  9. via static tables in memory. Kernel SFI support is required to
  10. boot on SFI-only platforms. Currently, all SFI-only platforms are
  11. based on the 2nd generation Intel Atom processor platform,
  12. code-named Moorestown.
  13. For more information, see http://simplefirmware.org
  14. Say 'Y' here to enable the kernel to boot on SFI-only platforms.