Commit 85688d9a authored by Madalin Bucur's avatar Madalin Bucur Committed by David S. Miller

fsl/fman: add dependency on HAS_DMA

A previous commit (5567e989) inserted a dependency on DMA
API that requires HAS_DMA to be added in Kconfig.
Signed-off-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f64ec74
......@@ -2,6 +2,7 @@ config FSL_FMAN
tristate "FMan support"
depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST
select GENERIC_ALLOCATOR
depends on HAS_DMA
select PHYLIB
default n
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment