aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/cyan/Kconfig5
-rw-r--r--src/mainboard/intel/strago/Kconfig5
2 files changed, 4 insertions, 6 deletions
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig
index 77d72ae55f..fdeac63f25 100644
--- a/src/mainboard/google/cyan/Kconfig
+++ b/src/mainboard/google/cyan/Kconfig
@@ -42,9 +42,9 @@ config MAINBOARD_VENDOR
string
default "Google"
-if !GOP_SUPPORT
config VGA_BIOS_FILE
string
+ depends on VGA_BIOS
default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
help
The C0 version of the video bios gets computed from this name
@@ -53,13 +53,12 @@ config VGA_BIOS_FILE
config VGA_BIOS_ID
string
+ depends on VGA_BIOS
default "8086,22b0"
help
The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
in soc/intel/braswell/Makefile.inc as 8086,22b1
-endif #GOP_SUPPORT
-
config GBB_HWID
string
depends on CHROMEOS
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig
index f568891756..44ca249dc9 100644
--- a/src/mainboard/intel/strago/Kconfig
+++ b/src/mainboard/intel/strago/Kconfig
@@ -35,9 +35,9 @@ config MAINBOARD_VENDOR
string
default "Intel"
-if !GOP_SUPPORT
config VGA_BIOS_FILE
string
+ depends on VGA_BIOS
default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
help
The C0 version of the video bios gets computed from this name
@@ -46,13 +46,12 @@ config VGA_BIOS_FILE
config VGA_BIOS_ID
string
+ depends on VGA_BIOS
default "8086,22b0"
help
The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
in soc/intel/braswell/Makefile.inc as 8086,22b1
-endif #GOP_SUPPORT
-
config EC_GOOGLE_CHROMEEC_BOARDNAME
string
default "strago"