aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0e5bf1eddce..2e608095135 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -801,7 +801,7 @@ config MICROCODE
module will be called microcode.
config MICROCODE_INTEL
- tristate "Intel microcode patch loading support"
+ bool "Intel microcode patch loading support"
depends on MICROCODE
default MICROCODE
select FW_LOADER
@@ -813,20 +813,14 @@ config MICROCODE_INTEL
Intel ingredients for this driver, check:
<http://www.urbanmyth.org/microcode/>.
- This driver is only available as a module: the module
- will be called microcode_intel.
-
config MICROCODE_AMD
- tristate "AMD microcode patch loading support"
+ bool "AMD microcode patch loading support"
depends on MICROCODE
select FW_LOADER
--help---
If you select this option, microcode patch loading support for AMD
processors will be enabled.
- This driver is only available as a module: the module
- will be called microcode_amd.
-
config MICROCODE_OLD_INTERFACE
def_bool y
depends on MICROCODE