summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb-new/musb_dma.h')
-rw-r--r--drivers/usb/musb-new/musb_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb-new/musb_dma.h b/drivers/usb/musb-new/musb_dma.h
index 3a97c4e..17fe89f 100644
--- a/drivers/usb/musb-new/musb_dma.h
+++ b/drivers/usb/musb-new/musb_dma.h
@@ -62,7 +62,7 @@ struct musb_hw_ep;
#define DMA_ADDR_INVALID (~(dma_addr_t)0)
-#ifndef CONFIG_MUSB_PIO_ONLY
+#ifndef CONFIG_USB_MUSB_PIO_ONLY
#define is_dma_capable() (1)
#else
#define is_dma_capable() (0)