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>
This commit is contained in:
parent
2ba837d8c7
commit
24ca41d074
|
@ -27,12 +27,6 @@ config DISPLAY_SPD_DATA
|
||||||
help
|
help
|
||||||
When enabled displays the memory configuration data.
|
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
|
config DYNAMIC_VNN_SUPPORT
|
||||||
bool "Enables support for Dynamic VNN"
|
bool "Enables support for Dynamic VNN"
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -27,11 +27,6 @@ config DISPLAY_SPD_DATA
|
||||||
help
|
help
|
||||||
When enabled displays the memory configuration data.
|
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
|
config DYNAMIC_VNN_SUPPORT
|
||||||
bool "Enables support for Dynamic VNN"
|
bool "Enables support for Dynamic VNN"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue