diff mbox

[U-Boot] nand/denali: Document CONFIG symbols

Message ID 1411671352-744-1-git-send-email-scottwood@freescale.com
State Accepted
Delegated to: Scott Wood
Headers show

Commit Message

Scott Wood Sept. 25, 2014, 6:55 p.m. UTC
The patch "nand/denali: Adding Denali NAND driver support"
introduced two config symbols without documenting them.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 doc/README.nand | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

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