diff options
author | Steev Klimaszewski <threeway@gmail.com> | 2014-12-30 00:55:48 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-30 16:03:53 +0100 |
commit | 007487f1fd43d84f26cda926081ca219a24ecbc4 (patch) | |
tree | 8432174f3a4cf181b970326c8ef4f2732824ef03 /arch | |
parent | 7ebdfaa52d15b947503f76474477f92854796d96 (diff) | |
download | linux-007487f1fd43d84f26cda926081ca219a24ecbc4.tar.gz linux-007487f1fd43d84f26cda926081ca219a24ecbc4.tar.bz2 linux-007487f1fd43d84f26cda926081ca219a24ecbc4.zip |
Add USB_EHCI_EXYNOS to multi_v7_defconfig
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>
Cc: stable@vger.kernel.org # 3.10
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2328fe752e9c..bc393b7e5ece 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -338,6 +338,7 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_EXYNOS=y CONFIG_USB_EHCI_TEGRA=y CONFIG_USB_EHCI_HCD_STI=y CONFIG_USB_EHCI_HCD_PLATFORM=y |