Skip to content

Commit

Permalink
net: ks8842 depends on DMA_ENGINE
Browse files Browse the repository at this point in the history
ks8842 uses dma channel functions, so it should depend on DMA_ENGINE.

ERROR: "__dma_request_channel" [drivers/net/ks8842.ko] undefined!
ERROR: "dma_release_channel" [drivers/net/ks8842.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Jul 31, 2010
1 parent 3ac3774 commit 19de1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ config TLAN

config KS8842
tristate "Micrel KSZ8841/42 with generic bus interface"
depends on HAS_IOMEM
depends on HAS_IOMEM && DMA_ENGINE
help
This platform driver is for KSZ8841(1-port) / KS8842(2-port)
ethernet switch chip (managed, VLAN, QoS) from Micrel or
Expand Down

0 comments on commit 19de1e3

Please sign in to comment.