From: Chen-Yu Tsai Date: Wed, 14 Sep 2016 02:26:35 +0000 (+0800) Subject: sunxi: Enable USB host support for Sinlinx SinA33 X-Git-Tag: v2016.11-rc1~130^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28de49be5708bcd3e409e4512676defe792127d6;p=u-boot 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 Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig index 77eb05bf25..4decc72dff 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