aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-07-29 03:14:27 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-31 01:10:01 -0400
commit19de1e389bddb89c4cc1e4d29bb99194b50cb487 (patch)
treeba7bfb4a737ca4c838d59e325794d16198ffc5ae /drivers/net/Kconfig
parent3ac377462938e8ec0a521dba17b2a81b502d8d19 (diff)
net: ks8842 depends on DMA_ENGINE
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>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8c13df7fdc16..ebe68395ecf8 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1751,7 +1751,7 @@ config TLAN
1751 1751
1752config KS8842 1752config KS8842
1753 tristate "Micrel KSZ8841/42 with generic bus interface" 1753 tristate "Micrel KSZ8841/42 with generic bus interface"
1754 depends on HAS_IOMEM 1754 depends on HAS_IOMEM && DMA_ENGINE
1755 help 1755 help
1756 This platform driver is for KSZ8841(1-port) / KS8842(2-port) 1756 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
1757 ethernet switch chip (managed, VLAN, QoS) from Micrel or 1757 ethernet switch chip (managed, VLAN, QoS) from Micrel or