Commit df10a850c5e3e1bfcd74a01f8478abd4dc88a55b

Authored by Jagan Teki
Committed by Stefano Babic
1 parent 5c0d38f655

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>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

drivers/mtd/nand/Kconfig
... ... @@ -80,6 +80,13 @@
80 80 controller. This uses the hardware ECC for read and
81 81 write operations.
82 82  
  83 +config NAND_MXS
  84 + bool "MXS NAND support"
  85 + depends on MX6
  86 + help
  87 + This enables NAND driver for the NAND flash controller on the
  88 + MXS processors.
  89 +
83 90 comment "Generic NAND options"
84 91  
85 92 # Enhance depends when converting drivers to Kconfig which use this config