Skip to content

Commit fdbd438

Browse files
KAGA-KOKObp3tk0v
authored andcommitted
x86/microcode: Provide CONFIG_MICROCODE_INITRD32
Create an aggregate config switch which covers X86_32, MICROCODE and BLK_DEV_INITRD to avoid lengthy #ifdeffery in upcoming code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20231017211722.236208250@linutronix.de
1 parent 69ba866 commit fdbd438

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/x86/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,10 @@ config MICROCODE
13131313
def_bool y
13141314
depends on CPU_SUP_AMD || CPU_SUP_INTEL
13151315

1316+
config MICROCODE_INITRD32
1317+
def_bool y
1318+
depends on MICROCODE && X86_32 && BLK_DEV_INITRD
1319+
13161320
config MICROCODE_LATE_LOADING
13171321
bool "Late microcode loading (DANGEROUS)"
13181322
default n

0 commit comments

Comments
 (0)