bav335x.h (43ede0bca7fc1590b623832b743213b818257a27) bav335x.h (86362221fc72fa74620232b79eec56fbfb1ff96f)
1/*
2 * bav335x.h
3 *
4 * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem
5 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

--- 380 unchanged lines hidden (view full) ---

389
390/*
391 * USB configuration. We enable MUSB support, both for host and for
392 * gadget. We set USB0 as peripheral and USB1 as host, based on the
393 * board schematic and physical port wired to each. Then for host we
394 * add mass storage support and for gadget we add both RNDIS ethernet
395 * and DFU.
396 */
1/*
2 * bav335x.h
3 *
4 * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem
5 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

--- 380 unchanged lines hidden (view full) ---

389
390/*
391 * USB configuration. We enable MUSB support, both for host and for
392 * gadget. We set USB0 as peripheral and USB1 as host, based on the
393 * board schematic and physical port wired to each. Then for host we
394 * add mass storage support and for gadget we add both RNDIS ethernet
395 * and DFU.
396 */
397#define CONFIG_USB_MUSB_DSPS
398#define CONFIG_USB_MUSB_PIO_ONLY
399#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
400#define CONFIG_AM335X_USB0
401#define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL
402#define CONFIG_AM335X_USB1
403#define CONFIG_AM335X_USB1_MODE MUSB_HOST
404
405#ifdef CONFIG_USB_MUSB_GADGET
406#define CONFIG_USB_FUNCTION_MASS_STORAGE

--- 114 unchanged lines hidden ---
397#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
398#define CONFIG_AM335X_USB0
399#define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL
400#define CONFIG_AM335X_USB1
401#define CONFIG_AM335X_USB1_MODE MUSB_HOST
402
403#ifdef CONFIG_USB_MUSB_GADGET
404#define CONFIG_USB_FUNCTION_MASS_STORAGE

--- 114 unchanged lines hidden ---