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:
parent
67f29e818f
commit
1842aa2746
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue