]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/efi/Kconfig
ls1088a: ddr: configure DDR for 0.9v for VID support
[people/ms/u-boot.git] / board / efi / Kconfig
CommitLineData
3e9aa320
BS
1if VENDOR_EFI
2
3choice
4 prompt "Mainboard model"
5 optional
6
7config TARGET_EFI
8 bool "efi"
9 help
10 This target is used for running U-Boot on top of EFI. In
11 this case EFI does the early initialisation, and U-Boot
12 takes over once the RAM, video and CPU are fully running.
13 U-Boot is loaded as an application from EFI.
14
15endchoice
16
17source "board/efi/efi-x86/Kconfig"
18
19endif