From 999d29ee37a5d11dce8b27755a3944520f70c8b4 Mon Sep 17 00:00:00 2001 From: Benjamin Doron Date: Wed, 1 Jul 2020 01:47:22 +0000 Subject: Kconfig: Fix warning Add closing quotation mark to fix Kconfig warning. Change-Id: I75e8d23b81266553d7c40de7f52c6c03107c43de Signed-off-by: Benjamin Doron Reviewed-on: https://review.coreboot.org/c/coreboot/+/42748 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index f192776cf5..eb85cd955f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -235,7 +235,7 @@ config USE_AMD_BLOBS may result in a nonbooting coreboot.rom. 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 help This draws in the qc_blobs repository, which contains binary files -- cgit v1.2.3