diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2015-10-01 13:50:23 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2015-10-02 04:13:17 +0000 |
commit | 538c6c9ddfba65287e4da0d981ba77471fe949e3 (patch) | |
tree | 1a1b4c145f9cd65f44657cd123294c9e77718a79 /src/mainboard/siemens/mc_tcu3 | |
parent | 77051f108a88532c13792492d904599c1e453e32 (diff) |
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 <werner.zeh@siemens.com>
Reviewed-on: http://review.coreboot.org/11764
Tested-by: build bot (Jenkins)
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3')
-rw-r--r-- | src/mainboard/siemens/mc_tcu3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |