diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-04-17 20:10:41 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-19 13:04:25 +0000 |
commit | 1842aa274667f5edc63c8f892b7e38b560731df8 (patch) | |
tree | 4b11a81cf996131ff9701e2f66a8eba2f0526438 /src | |
parent | 67f29e818fc26cd1ffcf057dd531011852615b4b (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |