Commit 007487f1fd43d84f26cda926081ca219a24ecbc4

Authored by Steev Klimaszewski
Committed by Arnd Bergmann
1 parent 7ebdfaa52d

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/configs/multi_v7_defconfig
... ... @@ -338,6 +338,7 @@
338 338 CONFIG_USB_XHCI_HCD=y
339 339 CONFIG_USB_XHCI_MVEBU=y
340 340 CONFIG_USB_EHCI_HCD=y
  341 +CONFIG_USB_EHCI_EXYNOS=y
341 342 CONFIG_USB_EHCI_TEGRA=y
342 343 CONFIG_USB_EHCI_HCD_STI=y
343 344 CONFIG_USB_EHCI_HCD_PLATFORM=y