aboutsummaryrefslogtreecommitdiffstats
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 0e5bf1eddcea..2e6080951350 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -801,7 +801,7 @@ config MICROCODE
801 module will be called microcode. 801 module will be called microcode.
802 802
803config MICROCODE_INTEL 803config MICROCODE_INTEL
804 tristate "Intel microcode patch loading support" 804 bool "Intel microcode patch loading support"
805 depends on MICROCODE 805 depends on MICROCODE
806 default MICROCODE 806 default MICROCODE
807 select FW_LOADER 807 select FW_LOADER
@@ -813,20 +813,14 @@ config MICROCODE_INTEL
813 Intel ingredients for this driver, check: 813 Intel ingredients for this driver, check:
814 <http://www.urbanmyth.org/microcode/>. 814 <http://www.urbanmyth.org/microcode/>.
815 815
816 This driver is only available as a module: the module
817 will be called microcode_intel.
818
819config MICROCODE_AMD 816config MICROCODE_AMD
820 tristate "AMD microcode patch loading support" 817 bool "AMD microcode patch loading support"
821 depends on MICROCODE 818 depends on MICROCODE
822 select FW_LOADER 819 select FW_LOADER
823 --help--- 820 --help---
824 If you select this option, microcode patch loading support for AMD 821 If you select this option, microcode patch loading support for AMD
825 processors will be enabled. 822 processors will be enabled.
826 823
827 This driver is only available as a module: the module
828 will be called microcode_amd.
829
830 config MICROCODE_OLD_INTERFACE 824 config MICROCODE_OLD_INTERFACE
831 def_bool y 825 def_bool y
832 depends on MICROCODE 826 depends on MICROCODE