aboutsummaryrefslogtreecommitdiff
path: root/drivers/sfi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-08-14 15:07:14 -0400
committerLen Brown <len.brown@intel.com>2009-08-28 19:57:29 -0400
commit6349d9979beba240fe7182872cb547250264b865 (patch)
treec21849a0ac4da0c3a95de418eaa28d984a7a5bef /drivers/sfi
parente55a5999ffcf72dc4d43d73618957964cb87065a (diff)
SFI: Simple Firmware Interface - MAINTAINERS, Kconfig
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: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/sfi')
-rw-r--r--drivers/sfi/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/sfi/Kconfig b/drivers/sfi/Kconfig
new file mode 100644
index 00000000000..dd115121e0b
--- /dev/null
+++ b/drivers/sfi/Kconfig
@@ -0,0 +1,17 @@
+#
+# 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.