summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-04 11:06:14 -0400
committerTom Rini <trini@konsulko.com>2020-05-04 11:06:14 -0400
commit425fefa9a36ca729b5088ca5381f63f8d95a2f8e (patch)
treebd28f2e66bb63fc8a17b65670457a9c958de205c /arch/x86/cpu/coreboot/Kconfig
parenta1f5f4ac20c0947afda93f9b906facfbee2708fe (diff)
parent538437ed39e01b7ecfa79669982fe7db51fb2e1b (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- Support 64-bit U-Boot as the payload for coreboot x86
Diffstat (limited to 'arch/x86/cpu/coreboot/Kconfig')
-rw-r--r--arch/x86/cpu/coreboot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
index c8e6a889d0..497d6284ac 100644
--- a/arch/x86/cpu/coreboot/Kconfig
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -25,5 +25,6 @@ config SYS_COREBOOT
imply FS_CBFS
imply CBMEM_CONSOLE
imply X86_TSC_READ_BASE
+ select BINMAN if X86_64
endif