From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org ([140.211.166.183]) by canuck.infradead.org with esmtps (Exim 4.63 #1 (Red Hat Linux)) id 1IVfYg-00046l-Bg for linux-mtd@lists.infradead.org; Wed, 12 Sep 2007 23:40:05 -0400 From: Mike Frysinger To: Andrew Morton Subject: [patch] update CFI URI n mtd kconfig Date: Wed, 12 Sep 2007 23:39:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709122339.55267.vapier@gentoo.org> Cc: linux-mtd@lists.infradead.org, LKML List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Since AMD shunted its flash memory division, the URI in the mtd Kconfig is now broken, so the attached patch points people to Wikipedia. Signed-off-by: Mike Frysinger --- diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index 479d32b..980117a 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig @@ -11,8 +11,8 @@ config MTD_CFI AMD and other flash manufactures that provides a universal method for probing the capabilities of flash devices. If you wish to support any device that is CFI-compliant, you need to enable this - option. Visit - for more information on CFI. + option. For more information on CFI, visit: + config MTD_JEDECPROBE tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"