summaryrefslogtreecommitdiff
path: root/drivers/sfi/Kconfig
blob: 24e72866891e5a488f61b14f5b21c912f80b9f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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.

	For more information, see http://simplefirmware.org

	Say 'Y' here to enable the kernel to boot on SFI-only platforms.