summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-04 14:07:35 -0700
committerMartin Roth <martinroth@google.com>2016-01-07 17:34:26 +0100
commit24ca41d074cac0d1274821a250696dc35227821a (patch)
tree9bb7fd896408eb48925610f21aecb9de425fc752
parent2ba837d8c7b5d929ae898006b4355649d7ea8b39 (diff)
downloadcoreboot-24ca41d074cac0d1274821a250696dc35227821a.tar.gz
coreboot-24ca41d074cac0d1274821a250696dc35227821a.tar.bz2
coreboot-24ca41d074cac0d1274821a250696dc35227821a.zip
google/cyan, intel/strago Kconfig: Only ask to display SPD once
Change-Id: Ic3df9bf7d7f3c4c39789f3f496bcb7fc2ee50931 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12827 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/mainboard/google/cyan/Kconfig6
-rwxr-xr-xsrc/mainboard/intel/strago/Kconfig5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig
index 593548d3bf64..c5a1346979c3 100644
--- a/src/mainboard/google/cyan/Kconfig
+++ b/src/mainboard/google/cyan/Kconfig
@@ -27,12 +27,6 @@ config DISPLAY_SPD_DATA
help
When enabled displays the memory configuration data.
-config DISPLAY_SPD_DATA
- bool "Display Memory Serial Presence Detect Data"
- default n
- help
- When enabled displays the memory SPD data.
-
config DYNAMIC_VNN_SUPPORT
bool "Enables support for Dynamic VNN"
default n
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig
index 3c12ece71b49..204534a94791 100755
--- a/src/mainboard/intel/strago/Kconfig
+++ b/src/mainboard/intel/strago/Kconfig
@@ -27,11 +27,6 @@ config DISPLAY_SPD_DATA
help
When enabled displays the memory configuration data.
-config DISPLAY_SPD_DATA
- bool "Display Memory Serial Presence Detect Data"
- default n
- help
- When enabled displays the memory SPD data.
config DYNAMIC_VNN_SUPPORT
bool "Enables support for Dynamic VNN"
default n