From e76798a409f906ab174e7f6e05736304cf5bc586 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 17 May 2017 23:49:19 +0200 Subject: [PATCH] UPSTREAM: Kconfig: Move CONFIG_VIDEO_MB Via/VX800 was the last chip not defining it. BUG=none BRANCH=none TEST=none Change-Id: I4ce6bc9a04a218d44e9da824c7ad3a54a43d4354 Signed-off-by: Patrick Georgi Original-Commit-Id: e63ba791dd7d891f1a60e6f4552f760a4f46b679 Original-Change-Id: Idd03f48bed881a5846b1bb3bf29254450d6cff3b Original-Signed-off-by: Nico Huber Original-Reviewed-on: https://review.coreboot.org/19748 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/517938 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- 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