summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndrey Yurovsky <yurovsky@gmail.com>2017-02-10 10:33:34 -0800
committerStefano Babic <sbabic@denx.de>2017-02-19 16:20:28 +0100
commitf78038dc0d7d15723d7dd523ab02d1fde4486815 (patch)
tree370317104347cb1d562534164bdee08cd5b34ee4 /drivers
parent774eb2dbc002b94587fad3b66d28ce6ee86157d2 (diff)
downloadu-boot-imx-f78038dc0d7d15723d7dd523ab02d1fde4486815.zip
u-boot-imx-f78038dc0d7d15723d7dd523ab02d1fde4486815.tar.gz
u-boot-imx-f78038dc0d7d15723d7dd523ab02d1fde4486815.tar.bz2
mtd: nand: build MXS driver for MX7 as well
The i.MX7 has the same GPMI controller as i.MX6 and is covered by the MXS driver. Tell Kconfig that we can use this driver on the MX7 platform (the MXS driver already has the few i.MX7-specific changes needed for basic operation and the board itself sets the pinmux correctly). Tested on i.MX7D with the Sabre board and a NAND Flash soldered to U12. Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 65bb040..a2ea9b1 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.