From 538c6c9ddfba65287e4da0d981ba77471fe949e3 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Thu, 1 Oct 2015 13:50:23 +0200 Subject: mc_tcu3: Enable the usage of blobs. Since microcode was moved to 3rdparty/blobs, we need to select USE_BLOBS in Kconfig to get the submodule 3rdparty/blobs automaticaly. Change-Id: I25e574fd90b830448cacccd16d01a5a2dbc8517d Signed-off-by: Werner Zeh Reviewed-on: http://review.coreboot.org/11764 Tested-by: build bot (Jenkins) Reviewed-by: Mario Scheithauer --- src/mainboard/siemens/mc_tcu3/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/siemens/mc_tcu3/Kconfig b/src/mainboard/siemens/mc_tcu3/Kconfig index f46c52830c..729b305d86 100644 --- a/src/mainboard/siemens/mc_tcu3/Kconfig +++ b/src/mainboard/siemens/mc_tcu3/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select TSC_MONOTONIC_TIMER select DRIVER_INTEL_I210 select SOC_INTEL_FSP_BAYTRAIL_MD + select USE_BLOBS config MAINBOARD_DIR string -- cgit v1.2.3