Skip to content
Snippets Groups Projects
Select Git revision
  • d2e452aed400120929703104eeaeee0ebbf0a955
  • lcd_v4.8 default
  • llvm_v4.8
  • dev_smp_nullb
  • dev_smp
  • dev_nullb
  • dev_foobar
  • dev_ixgbe
  • dev_netdummy
  • depriv
  • dev_idl_4.8_no_channels
  • dev_idl_4.8
  • dev_idl
  • temp_lcd_v4.8
  • idl_fixes
  • lcd
  • lcd_stack_protector
  • irq
  • pmfs
  • dev_nvme
  • async
  • sosp-19
  • v3.11.3
  • v3.10.14
  • v3.4.64
  • v3.0.98
  • v3.12-rc3
  • v3.11.2
  • v3.10.13
  • v3.4.63
  • v3.0.97
  • v3.12-rc2
  • v3.12-rc1
  • v3.11.1
  • v3.10.12
  • v3.4.62
  • v3.0.96
  • v3.2.51
  • v3.10.11
  • v3.4.61
  • v3.0.95
41 results

Kconfig

Blame
  • user avatar
    Len Brown authored
    CONFIG_SFI=y enables the kernel to boot and run optimally
    on platforms that support the Simple Firmware Interface.
    
    Thanks to Jacob Pan for prototyping the initial Linux SFI support,
    and to Feng Tang for Linux bring-up and debug both in emulation
    and on Moorestown hardware.
    
    See http://simplefirmware.org
    
     for more information on SFI.
    
    Signed-off-by: default avatarLen Brown <len.brown@intel.com>
    6349d997
    History
    Kconfig 572 B
    #
    # 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.