From 97fa809f7cf0b1ba1832f3783b4ddffb823b75f4 Mon Sep 17 00:00:00 2001 From: Wim Vervoorn Date: Thu, 16 Jan 2020 11:40:59 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38451 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Frans Hendriks --- src/mainboard/facebook/monolith/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3