All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver
@ 2017-09-28  2:40 ` Linus Lüssing
  0 siblings, 0 replies; 9+ messages in thread
From: Linus Lüssing @ 2017-09-28  2:40 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-samsung-soc, Linus Lüssing, linux-kernel,
	Krzysztof Kozlowski, Russell King, Tobias Jakobi, Kukjin Kim

The Odroid U3 (Exynos 4412 based) for instance needs this driver,
otherwise its USB hub will not come up.

exynos_defconfig already has this enabled as built-in, too. So
just doing the same here in multi_v7_defconfig.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>

---
Thanks to Tobias Jakobi, who indirectly made me aware of why USB
did not work for me.

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 0cacdbf..c2484ef 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -693,6 +693,7 @@ CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_DWC3=y
 CONFIG_USB_DWC2=y
+CONFIG_USB_HSIC_USB3503=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
-- 
2.1.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-28 12:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-28  2:40 [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver Linus Lüssing
2017-09-28  2:40 ` Linus Lüssing
2017-09-28  2:40 ` Linus Lüssing
2017-09-28  6:21 ` Krzysztof Kozlowski
2017-09-28  6:21   ` Krzysztof Kozlowski
2017-09-28 10:43   ` Linus Lüssing
2017-09-28 10:43     ` Linus Lüssing
2017-09-28 12:22     ` Krzysztof Kozlowski
2017-09-28 12:22       ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.