xref: /openbmc/u-boot/board/efi/Kconfig (revision 4ac5df4b)
13e9aa320SBen Stoltzif VENDOR_EFI
23e9aa320SBen Stoltz
33e9aa320SBen Stoltzchoice
43e9aa320SBen Stoltz	prompt "Mainboard model"
53e9aa320SBen Stoltz	optional
63e9aa320SBen Stoltz
7*3ebd892fSBin Mengconfig TARGET_EFI_APP
8*3ebd892fSBin Meng	bool "efi application"
93e9aa320SBen Stoltz	help
103e9aa320SBen Stoltz	  This target is used for running U-Boot on top of EFI. In
113e9aa320SBen Stoltz	  this case EFI does the early initialisation, and U-Boot
123e9aa320SBen Stoltz	  takes over once the RAM, video and CPU are fully running.
133e9aa320SBen Stoltz	  U-Boot is loaded as an application from EFI.
143e9aa320SBen Stoltz
1532151d40SBin Mengconfig TARGET_EFI_PAYLOAD
1632151d40SBin Meng	bool "efi payload"
1732151d40SBin Meng	help
1832151d40SBin Meng	  This target is used for running U-Boot on top of EFI. In
1932151d40SBin Meng	  this case EFI does the early initialisation, and U-Boot
2032151d40SBin Meng	  takes over once the RAM, video and CPU are fully running.
2132151d40SBin Meng	  U-Boot is loaded as a payload from EFI.
2232151d40SBin Meng
233e9aa320SBen Stoltzendchoice
243e9aa320SBen Stoltz
25*3ebd892fSBin Mengsource "board/efi/efi-x86_app/Kconfig"
2632151d40SBin Mengsource "board/efi/efi-x86_payload/Kconfig"
273e9aa320SBen Stoltz
283e9aa320SBen Stoltzendif
29