mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 07:03:31 +08:00
mtd: nand: Kconfig: Add NAND_MXS entry
Added kconfig for NAND_MXS driver. Cc: Scott Wood <oss@buserror.net> Cc: Simon Glass <sjg@chromium.org> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Peng Fan <peng.fan@nxp.com> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
5c0d38f655
commit
df10a850c5
@ -80,6 +80,13 @@ config NAND_ARASAN
|
|||||||
controller. This uses the hardware ECC for read and
|
controller. This uses the hardware ECC for read and
|
||||||
write operations.
|
write operations.
|
||||||
|
|
||||||
|
config NAND_MXS
|
||||||
|
bool "MXS NAND support"
|
||||||
|
depends on MX6
|
||||||
|
help
|
||||||
|
This enables NAND driver for the NAND flash controller on the
|
||||||
|
MXS processors.
|
||||||
|
|
||||||
comment "Generic NAND options"
|
comment "Generic NAND options"
|
||||||
|
|
||||||
# Enhance depends when converting drivers to Kconfig which use this config
|
# Enhance depends when converting drivers to Kconfig which use this config
|
||||||
|
Loading…
Reference in New Issue
Block a user