mb/{google/cyan,intel/strago}: Remove unused DYNAMIC_VNN_SUPPORT
Change-Id: I4d0df30255d006c0399dde1b3ba8ee513d98dc0a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29612 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
4d25f96504
commit
3cdf353323
|
@ -30,10 +30,6 @@ config DISPLAY_SPD_DATA
|
||||||
help
|
help
|
||||||
When enabled displays the memory configuration data.
|
When enabled displays the memory configuration data.
|
||||||
|
|
||||||
config DYNAMIC_VNN_SUPPORT
|
|
||||||
bool "Enables support for Dynamic VNN"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/cyan
|
default google/cyan
|
||||||
|
|
|
@ -21,9 +21,6 @@ config VBOOT
|
||||||
select VBOOT_LID_SWITCH
|
select VBOOT_LID_SWITCH
|
||||||
select VBOOT_VBNV_CMOS
|
select VBOOT_VBNV_CMOS
|
||||||
|
|
||||||
config DYNAMIC_VNN_SUPPORT
|
|
||||||
bool "Enables support for Dynamic VNN"
|
|
||||||
default n
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default intel/strago
|
default intel/strago
|
||||||
|
|
Loading…
Reference in New Issue