usb: lpc32xx: add host USB driver
[oweals/u-boot.git] / drivers / usb / musb-new / musb_dma.h
index 3a97c4e2d4f5eb0ffd0d0327514af9b128703b4d..17fe89fdcbf5259c6ff5693d6f6d5f8bc31d071d 100644 (file)
@@ -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)