From 1842aa274667f5edc63c8f892b7e38b560731df8 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 17 Apr 2022 20:10:41 +0200 Subject: [PATCH] Kconfig: Make HAVE_EM100_SUPPORT invisible This is a property of a platform and should not be exposed to the user. Change-Id: I34f9097d40b2bf732cecf30bf13ba5a413dd53a5 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/63676 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index d57ce90140..dc819793cf 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1210,7 +1210,7 @@ config DEBUG_ADA_CODE `pragma Debug`. config HAVE_EM100_SUPPORT - bool "Platform can support the Dediprog EM100 SPI emulator" + bool help This is enabled by platforms which can support using the EM100.