diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2020-01-16 11:40:59 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-18 11:17:45 +0000 |
commit | 97fa809f7cf0b1ba1832f3783b4ddffb823b75f4 (patch) | |
tree | 38e0af3664b757da3f9e2d7d12f35bb3db518d7b /src/mainboard/facebook | |
parent | 50337f164cb6cd944669a9f002dc80a19f6f6a22 (diff) |
mb/facebook/monolith: Enable the xDCI controller
Enable the VBOOT_ALWAYS_ALLOW_UDC option to actually enable the xDCI
controller.
BUG=N/A
TEST=build
Change-Id: Ib51f2c82e69db83cebceb71ba5f1305764e0feca
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38451
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/monolith/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index 32616618ce..877b537cc2 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -87,4 +87,8 @@ config VBOOT_ENABLE_CBFS_FALLBACK default y depends on VBOOT +config VBOOT_ALWAYS_ALLOW_UDC + def_bool y + depends on VBOOT && !CHROMEOS + endif |