From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier@osg.samsung.com (Javier Martinez Canillas) Date: Tue, 18 Aug 2015 12:04:03 +0200 Subject: [PATCH] ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadget In-Reply-To: <1439891799-15302-1-git-send-email-m.szyprowski@samsung.com> References: <1439891799-15302-1-git-send-email-m.szyprowski@samsung.com> Message-ID: <55D30313.7080107@osg.samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Marek, On 08/18/2015 11:56 AM, Marek Szyprowski wrote: > 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 > --- > arch/arm/configs/multi_v7_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index b2facab..d15f719 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -506,6 +506,7 @@ CONFIG_USB_R8A66597_HCD=m > CONFIG_USB_RENESAS_USBHS=m > CONFIG_USB_STORAGE=y > CONFIG_USB_DWC3=y > +CONFIG_USB_DWC2=y > CONFIG_USB_CHIPIDEA=y > CONFIG_USB_CHIPIDEA_HOST=y > CONFIG_AB8500_USB=y > @@ -517,6 +518,7 @@ CONFIG_USB_MXS_PHY=y > CONFIG_USB_RCAR_PHY=m > CONFIG_USB_GADGET=y > CONFIG_USB_RENESAS_USBHS_UDC=m > +CONFIG_USB_ETH=y > CONFIG_MMC=y > CONFIG_MMC_BLOCK_MINORS=16 > CONFIG_MMC_ARMMMCI=y > Both are tristate Kconfig symbols and the current multi_v7 policy is to build as much as possible as a module. Other than that the patch looks good to me. So if you change that: Reviewed-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America