Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763637AbXIMDkM (ORCPT ); Wed, 12 Sep 2007 23:40:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757474AbXIMDkA (ORCPT ); Wed, 12 Sep 2007 23:40:00 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:37737 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbXIMDj7 (ORCPT ); Wed, 12 Sep 2007 23:39:59 -0400 From: Mike Frysinger Organization: wh0rd.org To: Andrew Morton Subject: [patch] update CFI URI n mtd kconfig Date: Wed, 12 Sep 2007 23:39:54 -0400 User-Agent: KMail/1.9.7 Cc: LKML , linux-mtd@lists.infradead.org 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> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 25 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" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/