From bdaeea5396b2455ac093535450686ac12b9a0cfc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 7 Mar 2015 09:15:02 +0100 Subject: cpu/Kconfig: Make in-tree microcode generation dependent on BLOBs repository Since commit ee894357 (cpu/intel (non-FSP): Use microcode from blobs repository), selecting the option to generate the microcode from tree fails without allowing to use the BLOBs/ 3rdparty repository, which is the default setting. Therefore, only show the option, if the user has selected the option to allow the use of the BLOBs repository. Change-Id: Ide20da0f946aae43dc2c8cdce54941c704d3d288 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/8627 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/cpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 9ab0556da3..8a6e9d84e4 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -80,7 +80,7 @@ config CPU_MICROCODE_ADDED_DURING_BUILD choice prompt "Include CPU microcode in CBFS" if ARCH_X86 - default CPU_MICROCODE_CBFS_GENERATE if SUPPORT_CPU_UCODE_IN_CBFS + default CPU_MICROCODE_CBFS_GENERATE if SUPPORT_CPU_UCODE_IN_CBFS && USE_BLOBS default CPU_MICROCODE_CBFS_NONE if !SUPPORT_CPU_UCODE_IN_CBFS config CPU_MICROCODE_CBFS_GENERATE -- cgit v1.2.3