diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index 907c0100974665b57e80c695f357e3d02f78cd04..e2cfde7e31eca8bf1736187909fbb4832286a66a 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c @@ -100,7 +100,7 @@ * Note that even if DMA is turned off we still support the 'dma' and 'use_dma' * module options so we don't break any startup scripts. */ -#ifndef CONFIG_ARCH_IXDP2X01 +#ifndef CONFIG_ISA_DMA_API #define ALLOW_DMA 0 #else #define ALLOW_DMA 1