diff options
| author | Stefan Agner <[email protected]> | 2018-02-06 09:44:37 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-08 10:17:17 -0500 |
| commit | c87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (patch) | |
| tree | 24a68f3ec60fa9317c672c36059c32720c036eb7 /drivers | |
| parent | ac4605ae64a93f2365eba8793ea8a79f047d5294 (diff) | |
Convert CONFIG_NAND_MXS to Kconfig
This converts CONFIG_NAND_MXS to Kconfig.
Signed-off-by: Stefan Agner <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 97ec6cf5f9c..57d27578feb 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -140,7 +140,7 @@ config NAND_MXC config NAND_MXS bool "MXS NAND support" - depends on MX6 || MX7 + depends on MX23 || MX28 || MX6 || MX7 imply CMD_NAND help This enables NAND driver for the NAND flash controller on the |
