mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
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 <scottwood@freescale.com> Cc: Chin Liang See <clsee@altera.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
3eb3e72a3f
commit
f9860cf081
1 changed files with 6 additions and 0 deletions
|
@ -215,6 +215,12 @@ Configuration Options:
|
||||||
|
|
||||||
Platform specific 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
|
CONFIG_NAND_OMAP_GPMC
|
||||||
Enables omap_gpmc.c driver for OMAPx and AMxxxx platforms.
|
Enables omap_gpmc.c driver for OMAPx and AMxxxx platforms.
|
||||||
GPMC controller is used for parallel NAND flash devices, and can
|
GPMC controller is used for parallel NAND flash devices, and can
|
||||||
|
|
Loading…
Add table
Reference in a new issue