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

Adrian Bunk bunk at stusta.de
Tue Jan 24 18:50:38 EST 2006


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


Signed-off-by: Adrian Bunk <bunk at stusta.de>

---

 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





More information about the linux-mtd mailing list