xref: /openbmc/u-boot/board/efi/Kconfig (revision 3e9aa320)
1*3e9aa320SBen Stoltzif VENDOR_EFI
2*3e9aa320SBen Stoltz
3*3e9aa320SBen Stoltzchoice
4*3e9aa320SBen Stoltz	prompt "Mainboard model"
5*3e9aa320SBen Stoltz	optional
6*3e9aa320SBen Stoltz
7*3e9aa320SBen Stoltzconfig TARGET_EFI
8*3e9aa320SBen Stoltz	bool "efi"
9*3e9aa320SBen Stoltz	help
10*3e9aa320SBen Stoltz	  This target is used for running U-Boot on top of EFI. In
11*3e9aa320SBen Stoltz	  this case EFI does the early initialisation, and U-Boot
12*3e9aa320SBen Stoltz	  takes over once the RAM, video and CPU are fully running.
13*3e9aa320SBen Stoltz	  U-Boot is loaded as an application from EFI.
14*3e9aa320SBen Stoltz
15*3e9aa320SBen Stoltzendchoice
16*3e9aa320SBen Stoltz
17*3e9aa320SBen Stoltzsource "board/efi/efi-x86/Kconfig"
18*3e9aa320SBen Stoltz
19*3e9aa320SBen Stoltzendif
20