aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Kconfig5
-rw-r--r--src/northbridge/via/vx800/Kconfig5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 8b2369a0ba..4091a6127f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -541,11 +541,6 @@ config CACHE_ROM_SIZE_OVERRIDE
hex
default 0x0
-# TODO: Can probably be removed once all chipsets have kconfig options for it.
-config VIDEO_MB
- int
- default 0
-
config USE_WATCHDOG_ON_BOOT
bool
default n
diff --git a/src/northbridge/via/vx800/Kconfig b/src/northbridge/via/vx800/Kconfig
index 9bcb7cd855..a1652534d3 100644
--- a/src/northbridge/via/vx800/Kconfig
+++ b/src/northbridge/via/vx800/Kconfig
@@ -4,3 +4,8 @@ config NORTHBRIDGE_VIA_VX800
select HAVE_DEBUG_RAM_SETUP
select HAVE_DEBUG_SMBUS
select LATE_CBMEM_INIT
+
+config VIDEO_MB
+ int
+ default 0 # FIXME
+ depends on NORTHBRIDGE_VIA_VX800