Kconfig: Fix warning
Add closing quotation mark to fix Kconfig warning. Change-Id: I75e8d23b81266553d7c40de7f52c6c03107c43de Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42748 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
239abaf759
commit
999d29ee37
|
@ -235,7 +235,7 @@ config USE_AMD_BLOBS
|
||||||
may result in a nonbooting coreboot.rom.
|
may result in a nonbooting coreboot.rom.
|
||||||
|
|
||||||
config USE_QC_BLOBS
|
config USE_QC_BLOBS
|
||||||
bool "Allow QC blobs repository (selecting this agrees to the license!)
|
bool "Allow QC blobs repository (selecting this agrees to the license!)"
|
||||||
depends on USE_BLOBS
|
depends on USE_BLOBS
|
||||||
help
|
help
|
||||||
This draws in the qc_blobs repository, which contains binary files
|
This draws in the qc_blobs repository, which contains binary files
|
||||||
|
|
Loading…
Reference in New Issue