diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-27 12:10:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-27 12:10:05 -0500 |
commit | 34a93bfb26a197012734a13b755f5bfbdf40e237 (patch) | |
tree | 51324382554bb9a7b21b8b397d6783f5942ad4d0 /drivers | |
parent | 94412745cd4339f8f6fa7be5f3b460fde65eff85 (diff) | |
parent | dc05e47a10b11f4266e3a41df96748d486193e6d (diff) | |
download | u-boot-34a93bfb26a197012734a13b755f5bfbdf40e237.tar.gz |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
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 65bb040407..a2ea9b1b6d 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -82,7 +82,7 @@ config NAND_ARASAN config NAND_MXS bool "MXS NAND support" - depends on MX6 + depends on MX6 || MX7 help This enables NAND driver for the NAND flash controller on the MXS processors. |