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 <pgeorgi@google.com>
Original-Commit-Id: e63ba791dd
Original-Change-Id: Idd03f48bed881a5846b1bb3bf29254450d6cff3b
Original-Signed-off-by: Nico Huber <nico.h@gmx.de>
Original-Reviewed-on: https://review.coreboot.org/19748
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/517938
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
78f5ddcfba
commit
e76798a409
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue