From e63ba791dd7d891f1a60e6f4552f760a4f46b679 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 17 May 2017 23:49:19 +0200 Subject: Kconfig: Move CONFIG_VIDEO_MB Via/VX800 was the last chip not defining it. Change-Id: Idd03f48bed881a5846b1bb3bf29254450d6cff3b Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/19748 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 5 ----- src/northbridge/via/vx800/Kconfig | 5 +++++ 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 -- cgit v1.2.3