diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-12 21:01:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:55:43 +0000 |
commit | 3cdf35332325aaa5f68703dbb8e42b25848b2e4a (patch) | |
tree | 8d0db69cac5b9ac2cf676a1d61e5f44f3351b5d7 /src/mainboard | |
parent | 4d25f965043c392cc4d4d565bef95bb05d25714a (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/cyan/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/intel/strago/Kconfig | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index e7a9d1fa57..917a66e88b 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -30,10 +30,6 @@ config DISPLAY_SPD_DATA help When enabled displays the memory configuration data. -config DYNAMIC_VNN_SUPPORT - bool "Enables support for Dynamic VNN" - default n - config MAINBOARD_DIR string default google/cyan diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig index bef0e63c78..4aa7640974 100644 --- a/src/mainboard/intel/strago/Kconfig +++ b/src/mainboard/intel/strago/Kconfig @@ -21,9 +21,6 @@ config VBOOT select VBOOT_LID_SWITCH select VBOOT_VBNV_CMOS -config DYNAMIC_VNN_SUPPORT - bool "Enables support for Dynamic VNN" - default n config MAINBOARD_DIR string default intel/strago |