Kconfig: Remove symbol names for choices
These are completely throwing Kconfig off, resulting in duplicate entries. Change-Id: I401467da686d5011a456b661a10170492a919c81 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/30582 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
7701376cca
commit
845a96dfd6
|
@ -219,7 +219,7 @@ endif #LINUXBOOT_UROOT
|
|||
|
||||
endif #LINUXBOOT_BUILD_INITRAMFS
|
||||
|
||||
choice LINUXBOOT_INITRAMFS_COMPRESSION
|
||||
choice
|
||||
prompt "Initramfs compression format"
|
||||
default LINUXBOOT_INITRAMFS_COMPRESSION_XZ
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ config BASEBOARD_GLKRVP_LAPTOP
|
|||
def_bool n
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
choice GLK_EC
|
||||
choice
|
||||
prompt "ON BOARD EC"
|
||||
default GLK_CHROME_EC
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue