diff options
author | Benjamin Doron <benjamin.doron00@gmail.com> | 2020-07-01 01:47:22 +0000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-01 05:15:59 +0000 |
commit | 999d29ee37a5d11dce8b27755a3944520f70c8b4 (patch) | |
tree | edfcafe8790f416d64ae4ec9c2789b97a9f6348e /src/Kconfig | |
parent | 239abaf759dbade7feb2423d335df6a52f1f8930 (diff) |
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |