diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-09-14 10:26:35 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-18 14:39:16 +0200 |
commit | 28de49be5708bcd3e409e4512676defe792127d6 (patch) | |
tree | 7292d1518ab4a0e14876156efe9795f2bbb88b55 | |
parent | 01cf4a1af23130d554c3f5a4a6e44bc9ce19d2a9 (diff) |
sunxi: Enable USB host support for Sinlinx SinA33
Sinlinx SinA33 has 1 USB host port. Enable EHCI_HCD support for it.
Also enable USB mass storage support so we can access USB sticks.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | configs/Sinlinx_SinA33_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig index 77eb05bf251..4decc72dff3 100644 --- a/configs/Sinlinx_SinA33_defconfig +++ b/configs/Sinlinx_SinA33_defconfig @@ -10,3 +10,4 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_USB_EHCI_HCD=y |