diff options
| author | Jagan Teki <[email protected]> | 2016-10-08 18:00:25 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-10-26 16:53:16 +0200 |
| commit | df10a850c5e3e1bfcd74a01f8478abd4dc88a55b (patch) | |
| tree | e84e5562b74036770f60af9221f4a63473051a9e /drivers | |
| parent | 5c0d38f655cedee8a4dba9e14f8b8e93fdd94880 (diff) | |
mtd: nand: Kconfig: Add NAND_MXS entry
Added kconfig for NAND_MXS driver.
Cc: Scott Wood <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 5ce7d6d06ce..df154bfd32b 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -80,6 +80,13 @@ config NAND_ARASAN controller. This uses the hardware ECC for read and 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" # Enhance depends when converting drivers to Kconfig which use this config |
