[RFC: 2.6 patch] Kconfig help: MTD_JEDECPROBE already supports Intel chips

From: Adrian Bunk
Date: Tue Jan 24 2006 - 18:49:13 EST


Unless I'm misunderstanding the code in jedec_probe.c, Intel chips are
already supported.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

drivers/mtd/chips/Kconfig | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

--- linux-2.6.16-rc1-mm2-full/drivers/mtd/chips/Kconfig.old 2006-01-25 00:42:51.000000000 +0100
+++ linux-2.6.16-rc1-mm2-full/drivers/mtd/chips/Kconfig 2006-01-25 00:43:20.000000000 +0100
@@ -19,21 +19,20 @@
config MTD_JEDECPROBE
tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"
depends on MTD
select MTD_GEN_PROBE
help
This option enables JEDEC-style probing of flash chips which are not
compatible with the Common Flash Interface, but will use the common
CFI-targetted flash drivers for any chips which are identified which
are in fact compatible in all but the probe method. This actually
- covers most AMD/Fujitsu-compatible chips, and will shortly cover also
- non-CFI Intel chips (that code is in MTD CVS and should shortly be sent
- for inclusion in Linus' tree)
+ covers most AMD/Fujitsu-compatible chips and also non-CFI
+ Intel chips.

config MTD_GEN_PROBE
tristate
select OBSOLETE_INTERMODULE

config MTD_CFI_ADV_OPTIONS
bool "Flash chip driver advanced configuration options"
depends on MTD_GEN_PROBE
help

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/