From: Scott Wood Date: Thu, 25 Sep 2014 18:54:29 +0000 (-0500) Subject: nand/denali: Document CONFIG symbols X-Git-Tag: v2014.10-rc3~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9860cf081ef;p=oweals%2Fu-boot.git nand/denali: Document CONFIG symbols 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 --- diff --git a/doc/README.nand b/doc/README.nand index e29188f1ec..320d752952 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