aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/cs89x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c
index 907c01009746..e2cfde7e31ec 100644
--- a/drivers/net/cs89x0.c
+++ b/drivers/net/cs89x0.c
@@ -100,7 +100,7 @@
100 * Note that even if DMA is turned off we still support the 'dma' and 'use_dma' 100 * Note that even if DMA is turned off we still support the 'dma' and 'use_dma'
101 * module options so we don't break any startup scripts. 101 * module options so we don't break any startup scripts.
102 */ 102 */
103#ifndef CONFIG_ARCH_IXDP2X01 103#ifndef CONFIG_ISA_DMA_API
104#define ALLOW_DMA 0 104#define ALLOW_DMA 0
105#else 105#else
106#define ALLOW_DMA 1 106#define ALLOW_DMA 1