diff options
-rw-r--r-- | drivers/edac/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 9356c68981db..57a7384858da 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -3,13 +3,12 @@ | |||
3 | # Copyright (c) 2003 Linux Networx | 3 | # Copyright (c) 2003 Linux Networx |
4 | # Licensed and distributed under the GPL | 4 | # Licensed and distributed under the GPL |
5 | # | 5 | # |
6 | # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ | ||
7 | # | ||
8 | 6 | ||
9 | menuconfig EDAC | 7 | menuconfig EDAC |
10 | tristate "EDAC - error detection and reporting (EXPERIMENTAL)" | 8 | bool "EDAC - error detection and reporting (EXPERIMENTAL)" |
11 | depends on HAS_IOMEM | 9 | depends on HAS_IOMEM |
12 | depends on X86 && EXPERIMENTAL | 10 | depends on EXPERIMENTAL |
11 | depends on X86 || MIPS || PPC | ||
13 | help | 12 | help |
14 | EDAC is designed to report errors in the core system. | 13 | EDAC is designed to report errors in the core system. |
15 | These are low-level errors that are reported in the CPU or | 14 | These are low-level errors that are reported in the CPU or |