From patchwork Thu Sep 25 18:55:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 393433 X-Patchwork-Delegate: scottwood@freescale.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id CDD4914017C for ; Fri, 26 Sep 2014 04:56:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9004F4A027; Thu, 25 Sep 2014 20:56:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fEGOf1SiAGqc; Thu, 25 Sep 2014 20:56:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4CAD94A02C; Thu, 25 Sep 2014 20:56:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5978F4A02C for ; Thu, 25 Sep 2014 20:56:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JVdFsa-445MR for ; Thu, 25 Sep 2014 20:56:08 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0145.outbound.protection.outlook.com [157.56.110.145]) by theia.denx.de (Postfix) with ESMTPS id 1A1DD4A027 for ; Thu, 25 Sep 2014 20:56:04 +0200 (CEST) Received: from CY1PR0301MB0730.namprd03.prod.outlook.com (25.160.159.148) by CY1PR0301MB0634.namprd03.prod.outlook.com (25.160.158.140) with Microsoft SMTP Server (TLS) id 15.0.1034.13; Thu, 25 Sep 2014 18:56:02 +0000 Received: from snotra.buserror.net (24.118.93.161) by CY1PR0301MB0730.namprd03.prod.outlook.com (25.160.159.148) with Microsoft SMTP Server (TLS) id 15.0.1034.13; Thu, 25 Sep 2014 18:56:00 +0000 From: Scott Wood To: Date: Thu, 25 Sep 2014 13:55:52 -0500 Message-ID: <1411671352-744-1-git-send-email-scottwood@freescale.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [24.118.93.161] X-ClientProxiedBy: BY1PR0201CA0022.namprd02.prod.outlook.com (25.160.191.160) To CY1PR0301MB0730.namprd03.prod.outlook.com (25.160.159.148) X-Microsoft-Antispam: UriScan:;UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0730; X-Forefront-PRVS: 0345CFD558 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(199003)(189002)(81542003)(2351001)(64706001)(107046002)(104166001)(69596002)(88136002)(50986999)(47776003)(77156001)(81342003)(83322001)(4396001)(85852003)(66066001)(74662003)(106356001)(46102003)(74502003)(77982003)(62966002)(83072002)(229853001)(20776003)(89996001)(21056001)(76482002)(90102001)(85306004)(36756003)(92566001)(80022003)(19580405001)(87286001)(79102003)(48376002)(110136001)(50466002)(87976001)(86362001)(102836001)(77096002)(31966008)(42186005)(10300001)(92726001)(50226001)(19580395003)(95666004)(53416004)(97736003)(101416001)(81156004)(105586002)(33646002)(120916001)(99396003)(7059019); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR0301MB0730; H:snotra.buserror.net; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0634; X-OriginatorOrg: freescale.com Cc: Scott Wood , Chin Liang See Subject: [U-Boot] [PATCH] nand/denali: Document CONFIG symbols X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The patch "nand/denali: Adding Denali NAND driver support" introduced two config symbols without documenting them. Signed-off-by: Scott Wood Cc: Chin Liang See Cc: Masahiro Yamada --- doc/README.nand | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.nand b/doc/README.nand index e29188f..320d752 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -215,6 +215,12 @@ Configuration Options: Platform specific options ========================= + CONFIG_NAND_DENALI + Enables the denali.c driver. + + CONFIG_SYS_NAND_DENALI_64BIT + Indicates that the Denali NAND controller is the 64-bit variant. + CONFIG_NAND_OMAP_GPMC Enables omap_gpmc.c driver for OMAPx and AMxxxx platforms. GPMC controller is used for parallel NAND flash devices, and can