summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoman Byshko <rbyshko@gmail.com>2014-07-24 22:54:24 +0200
committerHans de Goede <hdegoede@redhat.com>2014-07-31 15:37:23 +0200
commitfc36a588283838bbaf502ab32b6dcb92aee51ec2 (patch)
treea7cd85d5c91cd207c4f99a7d0284269d805e84de /configs
parent263b012c255f37171936ba8a45d570568631f9a1 (diff)
downloadtalos-obmc-uboot-fc36a588283838bbaf502ab32b6dcb92aee51ec2.tar.gz
talos-obmc-uboot-fc36a588283838bbaf502ab32b6dcb92aee51ec2.zip
sun7i: cubietruck: enable USB EHCI
Cubietruck has two USB host controllers. This makes them usable by enabling the EHCI driver for them. Signed-off-by: Roman Byshko <rbyshko@gmail.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> [hdegoede@redhat.com: Also enable ehci for Cubietruck_FEL] Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Cubietruck_FEL_defconfig2
-rw-r--r--configs/Cubietruck_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/Cubietruck_FEL_defconfig b/configs/Cubietruck_FEL_defconfig
index 73867f725f..7ebf6353ee 100644
--- a/configs/Cubietruck_FEL_defconfig
+++ b/configs/Cubietruck_FEL_defconfig
@@ -1,4 +1,4 @@
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="CUBIETRUCK,SPL_FEL,AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12)"
+CONFIG_SYS_EXTRA_OPTIONS="CUBIETRUCK,SPL_FEL,AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12),USB_EHCI"
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_SUN7I=y
diff --git a/configs/Cubietruck_defconfig b/configs/Cubietruck_defconfig
index eb460ac9b1..fbc912745f 100644
--- a/configs/Cubietruck_defconfig
+++ b/configs/Cubietruck_defconfig
@@ -1,4 +1,4 @@
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="CUBIETRUCK,SPL,AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12)"
+CONFIG_SYS_EXTRA_OPTIONS="CUBIETRUCK,SPL,AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12),USB_EHCI"
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_SUN7I=y
OpenPOWER on IntegriCloud