/* * drivers/usb/sunxi_usb/include/sunxi_usb_config.h * (C) Copyright 2010-2015 * Allwinner Technology Co., Ltd. * javen, 2011-4-14, create this file * * usb config head file. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * */ #ifndef __SUNXI_USB_CONFIG_H__ #define __SUNXI_USB_CONFIG_H__ #include #include #include #include #include #include #include #include "sunxi_usb_typedef.h" #include "sunxi_usb_debug.h" #include "sunxi_usb_bsp.h" #include "sunxi_usb_board.h" #include "sunxi_udc.h" #include #include #include #if defined(CONFIG_USB_SUNXI_HCD0) #include "sunxi_hcd.h" #endif #if defined (CONFIG_FPGA_V4_PLATFORM) || defined (CONFIG_FPGA_V7_PLATFORM) #define SUNXI_USB_FPGA #endif #endif //__SUNXI_USB_CONFIG_H__