summaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 7d315a46b7..a94872a6f6 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -84,7 +84,7 @@ choice
default CPU_MICROCODE_CBFS_NONE if MICROCODE_BLOB_NOT_IN_BLOB_REPO || \
MICROCODE_BLOB_NOT_HOOKED_UP || \
MICROCODE_BLOB_UNDISCLOSED
- depends on SUPPORT_CPU_UCODE_IN_CBFS
+ depends on SUPPORT_CPU_UCODE_IN_CBFS && !CPU_INTEL_MICROCODE_CBFS_SPLIT_BINS
config CPU_MICROCODE_CBFS_DEFAULT_BINS
bool "Generate from tree"