mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-17 23:15:52 +00:00
fsl/fman: add dependency on HAS_DMA
A previous commit (5567e989198b5a8d) inserted a dependency on DMA API that requires HAS_DMA to be added in Kconfig. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6f64ec7451
commit
85688d9adf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user