diff options
author | Hans de Goede | 2015-06-18 18:19:22 +0200 |
---|---|---|
committer | Hans de Goede | 2015-07-25 11:22:55 +0200 |
commit | 7f7409ba6ab937b73f16bac8d83e215db86ace3d (patch) | |
tree | 28fe46922371c09bdad38013d93bb5ce3d4d34e1 /configs/CSQ_CS908_defconfig | |
parent | a51c832cc18aeec439648f39f6759a1978206132 (diff) |
sunxi: Enable both ehci and otg in host mode on various boards
Now that the device-model port of the musb mode makes it possible, enable
both the ehci and otg in host mode on boards where the musb is wired up in
host only mode, either via an usb-a receptacle or via an usb <-> sata
converter.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/CSQ_CS908_defconfig')
-rw-r--r-- | configs/CSQ_CS908_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/CSQ_CS908_defconfig b/configs/CSQ_CS908_defconfig index b92b6a3df08..fe88a7b29f6 100644 --- a/configs/CSQ_CS908_defconfig +++ b/configs/CSQ_CS908_defconfig @@ -15,3 +15,4 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_AXP221_DLDO1_VOLT=3300 CONFIG_AXP221_ALDO1_VOLT=3300 CONFIG_USB_EHCI_HCD=y +CONFIG_USB_MUSB_SUNXI=y |