summaryrefslogtreecommitdiffstats
path: root/common/efi/Kconfig
blob: 55939b43d684d3c9dfb24adbfbafeb5ae2ab8df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: GPL-2.0

menu "EFI (Extensible Firmware Interface) Support"

config EFI_BOOTUP
	bool
	select EFI
	select EFI_GUID
	select EFI_DEVICEPATH
	select PRINTF_UUID
	select BLOCK
	select PARTITION_DISK
	select HW_HAS_PCI

config EFI
	bool

config EFI_GUID
	bool
	help
	  With this option a table of EFI guids is compiled in.

config EFI_DEVICEPATH
	bool

endmenu