u-boot-brain/board/efi/efi-x86_app/Kconfig

16 lines
178 B
Plaintext
Raw Normal View History

if TARGET_EFI_APP
config SYS_BOARD
default "efi-x86_app"
config SYS_VENDOR
default "efi"
config SYS_SOC
default "efi"
config SYS_CONFIG_NAME
default "efi-x86_app"
endif