summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <threeway@gmail.com>2014-12-30 00:55:48 -0600
committerJiri Slaby <jslaby@suse.cz>2015-01-26 14:38:57 +0100
commitd379dec78e7c15ca987166092114094c8aea4b0a (patch)
treef0e4ac8948e6ec93ce9124745bc4ebb5a9057797
parent7f05446ddd65a1ab8b1d3a8dbc5acddbe0c66745 (diff)
downloadlwn-d379dec78e7c15ca987166092114094c8aea4b0a.tar.gz
lwn-d379dec78e7c15ca987166092114094c8aea4b0a.zip
Add USB_EHCI_EXYNOS to multi_v7_defconfig
commit 007487f1fd43d84f26cda926081ca219a24ecbc4 upstream. Currently we enable Exynos devices in the multi v7 defconfig, however, when testing on my ODROID-U3, I noticed that USB was not working. Enabling this option causes USB to work, which enables networking support as well since the ODROID-U3 has networking on the USB bus. [arnd] Support for odroid-u3 was added in 3.10, so it would be nice to backport this fix at least that far. Signed-off-by: Steev Klimaszewski <steev@gentoo.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
-rw-r--r--arch/arm/configs/multi_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index fe88105a0421..f8bca690569d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -116,6 +116,7 @@ CONFIG_FB_SIMPLE=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_EXYNOS=y
CONFIG_USB_EHCI_TEGRA=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_ISP1760_HCD=y