Skip to content

Commit

Permalink
fsl/fman: add dependency on HAS_DMA
Browse files Browse the repository at this point in the history
A previous commit (5567e98) inserted a dependency on DMA
API that requires HAS_DMA to be added in Kconfig.

Signed-off-by: Madalin Bucur <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
madalinbucur authored and davem330 committed Jun 27, 2017
1 parent 6f64ec7 commit 85688d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/freescale/fman/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85688d9

Please sign in to comment.