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 <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32390
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
Nico Huber 2019-04-22 12:18:02 +02:00 committed by Patrick Georgi
parent 00dbf449c9
commit d61c5ea7f5
1 changed files with 1 additions and 1 deletions

View File

@ -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