aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAlan <gnomes@lxorguk.ukuu.org.uk>2014-01-20 13:01:56 -0500
committerH. Peter Anvin <hpa@zytor.com>2014-01-20 13:12:29 -0500
commitb8989db9d82465bf38a48a4d3ef32e7d8afc4d08 (patch)
tree67c52edba11bf3f55060b162db25dade97b23c72 /arch/x86/Kconfig
parentda6139e49c7cb0f4251265cb5243b8d220adb48d (diff)
x86, doc, kconfig: Fix dud URL for Microcode data
The actual data lives in the Intel download center, and that ought to also be a reliable way to continue to find it. Unfortunately the actual URL needed for doing it directly is about a foot long so give instructions. Signed-off-by: Alan Cox <alan@linux.intel.com> Link: http://lkml.kernel.org/r/20140120180056.7173.62222.stgit@alan.etchedpixels.co.uk Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0952ecd60eca..64199bc08d66 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1064,9 +1064,9 @@ config MICROCODE_INTEL
1064 This options enables microcode patch loading support for Intel 1064 This options enables microcode patch loading support for Intel
1065 processors. 1065 processors.
1066 1066
1067 For latest news and information on obtaining all the required 1067 For the current Intel microcode data package go to
1068 Intel ingredients for this driver, check: 1068 <https://downloadcenter.intel.com> and search for
1069 <http://www.urbanmyth.org/microcode/>. 1069 'Linux Processor Microcode Data File'.
1070 1070
1071config MICROCODE_AMD 1071config MICROCODE_AMD
1072 bool "AMD microcode loading support" 1072 bool "AMD microcode loading support"