linux/archs38: Disable USB 2.0

As of today USB 2.0 (AKA EHCI) doesn't work on axs103 board
and so there's no reason to build corresponding software for it.

Once USB 2.0 gets fixed on axs103 thi patch might be reverted.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2016-07-05 15:41:58 +03:00 committed by John Crispin
parent 1cc092f72b
commit 2005732ea7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
define Profile/Default
NAME:=Default Profile (all drivers)
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci
endef
define Profile/Default/Description

View File

@ -7,7 +7,7 @@
define Profile/axs103
NAME:=Synopsys DesignWare AXS103
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci
endef
define Profile/axs103/Description