diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2007-07-31 03:39:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:42 -0400 |
commit | ac9d41a3e4043a3a89735a872b564a1973df2178 (patch) | |
tree | a553c9668230c0a5685e48df367983b81d4e1805 | |
parent | 47f82189b185bf4b0de4ebce237850e8d3b1d0b6 (diff) |
Remove one more leftover reference to devfs
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/i386/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 5c8a845a4129..f9524933258a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -458,8 +458,7 @@ config MICROCODE | |||
458 | tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support" | 458 | tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support" |
459 | select FW_LOADER | 459 | select FW_LOADER |
460 | ---help--- | 460 | ---help--- |
461 | If you say Y here and also to "/dev file system support" in the | 461 | If you say Y here, you will be able to update the microcode on |
462 | 'File systems' section, you will be able to update the microcode on | ||
463 | Intel processors in the IA32 family, e.g. Pentium Pro, Pentium II, | 462 | Intel processors in the IA32 family, e.g. Pentium Pro, Pentium II, |
464 | Pentium III, Pentium 4, Xeon etc. You will obviously need the | 463 | Pentium III, Pentium 4, Xeon etc. You will obviously need the |
465 | actual microcode binary data itself which is not shipped with the | 464 | actual microcode binary data itself which is not shipped with the |