Arthur Heymans has uploaded this change for review.

View Change

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>
---
M src/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/63676/1
diff --git a/src/Kconfig b/src/Kconfig
index d57ce90..dc81979 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1210,7 +1210,7 @@
`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.


To view, visit change 63676. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I34f9097d40b2bf732cecf30bf13ba5a413dd53a5
Gerrit-Change-Number: 63676
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange