diff options
author | Martin Roth <martinroth@google.com> | 2016-01-04 14:07:35 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-07 17:34:26 +0100 |
commit | 24ca41d074cac0d1274821a250696dc35227821a (patch) | |
tree | 9bb7fd896408eb48925610f21aecb9de425fc752 /src | |
parent | 2ba837d8c7b5d929ae898006b4355649d7ea8b39 (diff) | |
download | coreboot-24ca41d074cac0d1274821a250696dc35227821a.tar.xz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/cyan/Kconfig | 6 | ||||
-rwxr-xr-x | src/mainboard/intel/strago/Kconfig | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 593548d3bf..c5a1346979 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 3c12ece71b..204534a947 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 |