diff options
author | Nico Huber <nico.h@gmx.de> | 2017-05-17 23:49:19 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-27 17:02:05 +0200 |
commit | e63ba791dd7d891f1a60e6f4552f760a4f46b679 (patch) | |
tree | ff14bc29faf550bb2c8e359fce73e5182b757161 /src/Kconfig | |
parent | 8953d4a13739607ba8cf83d90b473a1ef06f3ae5 (diff) |
Kconfig: Move CONFIG_VIDEO_MB
Via/VX800 was the last chip not defining it.
Change-Id: Idd03f48bed881a5846b1bb3bf29254450d6cff3b
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/19748
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 5 |
1 files changed, 0 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 |