summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-04 17:08:54 +0300
committerStefano Babic <sbabic@denx.de>2020-05-10 21:55:20 +0300
commitff99041b3b6dccc1649d0c8512303a5240fb8785 (patch)
tree12a466b66e1940a5cc7c82f67237a814762e1299 /drivers/dma/Kconfig
parent29f40c07e7a649c6fc44a3a44449dce1ee733816 (diff)
downloadu-boot-ff99041b3b6dccc1649d0c8512303a5240fb8785.tar.xz
mxs_nand: Add support for i.MX8M
Update the gpmi/apbh_dma/bch drivers and relevant registers for i.MX8M. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 4f37ba7d35..655e79fbaf 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -44,7 +44,7 @@ config TI_EDMA3
config APBH_DMA
bool "Support APBH DMA"
- depends on MX23 || MX28 || MX6 || MX7
+ depends on MX23 || MX28 || MX6 || MX7 || IMX8M
help
Enable APBH DMA driver.