diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/axs101.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index 650d97d17f..c92cca274f 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -105,6 +105,12 @@ #define CONFIG_DW_AUTONEG /* + * USB 1.1 configuration + */ +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 + +/* * Commands still not supported in Kconfig */ #define CONFIG_CMD_FAT |