ds414.h (78d1e1d0a157c8b48ea19be6170b992745d30f38) | ds414.h (0a8cc1a3a4206d556da784a0e98598190dfe5408) |
---|---|
1/* 2 * Copyright (C) 2014 Stefan Roese <sr@denx.de> 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#ifndef _CONFIG_SYNOLOGY_DS414_H 8#define _CONFIG_SYNOLOGY_DS414_H --- 57 unchanged lines hidden (view full) --- 66/* FIXME: broken XHCI support 67 * Below defines should enable support for the two rear USB3 ports. Sadly, this 68 * does not work because: 69 * - xhci-pci seems to not support DM_USB, so with that enabled it is not 70 * found. 71 * - USB init fails, controller does not respond in time */ 72#if 0 73#undef CONFIG_DM_USB | 1/* 2 * Copyright (C) 2014 Stefan Roese <sr@denx.de> 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#ifndef _CONFIG_SYNOLOGY_DS414_H 8#define _CONFIG_SYNOLOGY_DS414_H --- 57 unchanged lines hidden (view full) --- 66/* FIXME: broken XHCI support 67 * Below defines should enable support for the two rear USB3 ports. Sadly, this 68 * does not work because: 69 * - xhci-pci seems to not support DM_USB, so with that enabled it is not 70 * found. 71 * - USB init fails, controller does not respond in time */ 72#if 0 73#undef CONFIG_DM_USB |
74#define CONFIG_USB_XHCI | |
75#define CONFIG_USB_XHCI_PCI 76#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 77#endif 78 | 74#define CONFIG_USB_XHCI_PCI 75#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 76#endif 77 |
79#if !defined(CONFIG_USB_XHCI) | 78#if !defined(CONFIG_USB_XHCI_HCD) |
80#define CONFIG_USB_EHCI 81#define CONFIG_USB_EHCI_MARVELL 82#define CONFIG_EHCI_IS_TDI 83#endif 84 85/* why is this only defined in mv-common.h if CONFIG_DM is undefined? */ 86#define CONFIG_USB_STORAGE 87#define CONFIG_DOS_PARTITION --- 67 unchanged lines hidden --- | 79#define CONFIG_USB_EHCI 80#define CONFIG_USB_EHCI_MARVELL 81#define CONFIG_EHCI_IS_TDI 82#endif 83 84/* why is this only defined in mv-common.h if CONFIG_DM is undefined? */ 85#define CONFIG_USB_STORAGE 86#define CONFIG_DOS_PARTITION --- 67 unchanged lines hidden --- |