pengwyn.h (e4f65d006793d5f034ce10b8cc9810eb0b396879) | pengwyn.h (f9d0fd8a566f78f27a510258c34b3526f9822e92) |
---|---|
1/* 2 * pengwyn.h 3 * 4 * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com> 5 * 6 * based on am335x_evm.h, Copyright (C) 2011 Texas Instruments Inc. 7 * 8 * SPDX-License-Identifier: GPL-2.0+ --- 185 unchanged lines hidden (view full) --- 194 * board schematic and physical port wired to each. Then for host we 195 * add mass storage support. 196 */ 197#define CONFIG_USB_MUSB_DSPS 198#define CONFIG_ARCH_MISC_INIT 199#define CONFIG_USB_MUSB_GADGET 200#define CONFIG_USB_MUSB_PIO_ONLY 201#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT | 1/* 2 * pengwyn.h 3 * 4 * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com> 5 * 6 * based on am335x_evm.h, Copyright (C) 2011 Texas Instruments Inc. 7 * 8 * SPDX-License-Identifier: GPL-2.0+ --- 185 unchanged lines hidden (view full) --- 194 * board schematic and physical port wired to each. Then for host we 195 * add mass storage support. 196 */ 197#define CONFIG_USB_MUSB_DSPS 198#define CONFIG_ARCH_MISC_INIT 199#define CONFIG_USB_MUSB_GADGET 200#define CONFIG_USB_MUSB_PIO_ONLY 201#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT |
202#define CONFIG_USB_GADGET | |
203#define CONFIG_USB_GADGET_DUALSPEED 204#define CONFIG_USB_GADGET_VBUS_DRAW 2 205#define CONFIG_USB_MUSB_HOST 206#define CONFIG_AM335X_USB0 207#define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL 208#define CONFIG_AM335X_USB1 209#define CONFIG_AM335X_USB1_MODE MUSB_HOST 210 --- 28 unchanged lines hidden --- | 202#define CONFIG_USB_GADGET_DUALSPEED 203#define CONFIG_USB_GADGET_VBUS_DRAW 2 204#define CONFIG_USB_MUSB_HOST 205#define CONFIG_AM335X_USB0 206#define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL 207#define CONFIG_AM335X_USB1 208#define CONFIG_AM335X_USB1_MODE MUSB_HOST 209 --- 28 unchanged lines hidden --- |