Geert Uytterhoeven <[email protected]> writes: > If NO_DMA=y: > > ERROR: "dma_map_single" [drivers/net/ethernet/aurora/nb8800.ko] undefined! > ERROR: "dma_unmap_page" [drivers/net/ethernet/aurora/nb8800.ko] undefined! > ERROR: "dma_sync_single_for_cpu" [drivers/net/ethernet/aurora/nb8800.ko] > undefined! > ERROR: "dma_unmap_single" [drivers/net/ethernet/aurora/nb8800.ko] > undefined! > ERROR: "dma_alloc_coherent" [drivers/net/ethernet/aurora/nb8800.ko] > undefined! > ERROR: "dma_mapping_error" [drivers/net/ethernet/aurora/nb8800.ko] > undefined! > ERROR: "dma_map_page" [drivers/net/ethernet/aurora/nb8800.ko] undefined! > ERROR: "dma_free_coherent" [drivers/net/ethernet/aurora/nb8800.ko] > undefined! > > Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Mans Rullgard <[email protected]> > drivers/net/ethernet/aurora/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/ethernet/aurora/Kconfig > b/drivers/net/ethernet/aurora/Kconfig > index a3c7106fdf85e78f..8ba7f8ff3434000f 100644 > --- a/drivers/net/ethernet/aurora/Kconfig > +++ b/drivers/net/ethernet/aurora/Kconfig > @@ -13,6 +13,7 @@ if NET_VENDOR_AURORA > > config AURORA_NB8800 > tristate "Aurora AU-NB8800 support" > + depends on HAS_DMA > select PHYLIB > help > Support for the AU-NB8800 gigabit Ethernet controller. > -- > 1.9.1 > -- Måns Rullgård [email protected] -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
