All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget
@ 2015-08-18  9:15 Marek Szyprowski
  2015-08-18  9:36 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Szyprowski @ 2015-08-18  9:15 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Marek Szyprowski, Kukjin Kim, Krzysztof Kozlowski

DWC2 (s3c-hsotg) hardware module is available on many Exynos based boards,
so enable DWC2 driver as well as the most common USB Ethernet gadget.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/configs/exynos_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 1ff2bfa..729e2fa 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -158,8 +158,10 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_EXYNOS=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_DWC3=y
+CONFIG_USB_DWC2=y
 CONFIG_USB_HSIC_USB3503=y
 CONFIG_USB_GADGET=y
+CONFIG_USB_ETH=y
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_MMC_SDHCI=y
-- 
1.9.2

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

end of thread, other threads:[~2015-10-01 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  9:15 [PATCH] ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadget Marek Szyprowski
2015-08-18  9:36 ` Krzysztof Kozlowski
2015-08-25 21:00   ` Tyler Baker
2015-08-26  1:44     ` Krzysztof Kozlowski
2015-08-26  1:58       ` Tyler Baker
2015-08-26  3:43         ` Krzysztof Kozlowski
2015-08-26  6:03           ` Marek Szyprowski
2015-08-26  6:49             ` Krzysztof Kozlowski
2015-10-01 17:54               ` Tyler Baker

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.