baltos.h (c163668a4abaeef3eaab22b4a5ac13d2d74f1306) | baltos.h (3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f) |
---|---|
1/* 2 * am335x_evm.h 3 * 4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation version 2. --- 270 unchanged lines hidden (view full) --- 279#define CONFIG_USB_MUSB_PIO_ONLY 280#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT 281#define CONFIG_AM335X_USB0 282#define CONFIG_AM335X_USB0_MODE MUSB_HOST 283#define CONFIG_AM335X_USB1 284#define CONFIG_AM335X_USB1_MODE MUSB_OTG 285 286#ifdef CONFIG_USB_MUSB_GADGET | 1/* 2 * am335x_evm.h 3 * 4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation version 2. --- 270 unchanged lines hidden (view full) --- 279#define CONFIG_USB_MUSB_PIO_ONLY 280#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT 281#define CONFIG_AM335X_USB0 282#define CONFIG_AM335X_USB0_MODE MUSB_HOST 283#define CONFIG_AM335X_USB1 284#define CONFIG_AM335X_USB1_MODE MUSB_OTG 285 286#ifdef CONFIG_USB_MUSB_GADGET |
287#define CONFIG_USB_ETHER | |
288#define CONFIG_USB_ETH_RNDIS 289#endif /* CONFIG_USB_MUSB_GADGET */ 290 291#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) 292/* disable host part of MUSB in SPL */ 293/* disable EFI partitions and partition UUID support */ 294/* 295 * Disable CPSW SPL support so we fit within the 101KiB limit. --- 24 unchanged lines hidden --- | 287#define CONFIG_USB_ETH_RNDIS 288#endif /* CONFIG_USB_MUSB_GADGET */ 289 290#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) 291/* disable host part of MUSB in SPL */ 292/* disable EFI partitions and partition UUID support */ 293/* 294 * Disable CPSW SPL support so we fit within the 101KiB limit. --- 24 unchanged lines hidden --- |