We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3123109 commit 9c55d99Copy full SHA for 9c55d99
arch/x86/Kconfig
@@ -1313,7 +1313,7 @@ config MICROCODE
1313
1314
config MICROCODE_INTEL
1315
bool "Intel microcode loading support"
1316
- depends on MICROCODE
+ depends on CPU_SUP_INTEL && MICROCODE
1317
default MICROCODE
1318
help
1319
This options enables microcode patch loading support for Intel
@@ -1325,7 +1325,7 @@ config MICROCODE_INTEL
1325
1326
config MICROCODE_AMD
1327
bool "AMD microcode loading support"
1328
+ depends on CPU_SUP_AMD && MICROCODE
1329
1330
If you select this option, microcode patch loading support for AMD
1331
processors will be enabled.
0 commit comments