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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Arthur Heymans 2022-04-17 20:10:41 +02:00 committed by Felix Held
parent 67f29e818f
commit 1842aa2746
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ config DEBUG_ADA_CODE
`pragma Debug`. `pragma Debug`.
config HAVE_EM100_SUPPORT config HAVE_EM100_SUPPORT
bool "Platform can support the Dediprog EM100 SPI emulator" bool
help help
This is enabled by platforms which can support using the EM100. This is enabled by platforms which can support using the EM100.