From d61c5ea7f5cc87a58db3d0d004b94dfab3897ac1 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 22 Apr 2019 12:18:02 +0200 Subject: linuxboot/Kconfig: Remove symbol name of a `choice` Kconfig somehow adds spurious booleans for each alternative when the choice itself has a name. That's fixed simply by removing the name. Change-Id: Ic35f0697f1f7bb92c12414c17a8790464b376012 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/32390 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao --- payloads/external/LinuxBoot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external/LinuxBoot') diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig index ccf62b8237..84af49ccc0 100644 --- a/payloads/external/LinuxBoot/Kconfig +++ b/payloads/external/LinuxBoot/Kconfig @@ -123,7 +123,7 @@ config LINUXBOOT_KERNEL_CONFIGFILE Note: this can be a defconfig file or a complete .config file. -choice LINUXBOOT_KERNEL_FORMAT +choice prompt "Kernel binary format" default LINUXBOOT_KERNEL_BZIMAGE if LINUXBOOT_X86 || LINUXBOOT_X86_64 default LINUXBOOT_KERNEL_UIMAGE if LINUXBOOT_ARM64 -- cgit v1.2.3