From: Alexandre Bailon Date: Mon, 28 Nov 2016 16:30:54 +0000 (+0100) Subject: ARM: davinci_all_defconfig: Enable da8xx usb otg X-Git-Tag: v4.10-rc1~84^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47d03e48efa572109229aec9436948d92f44b689;p=karo-tx-linux.git ARM: davinci_all_defconfig: Enable da8xx usb otg The musb driver is enabled but the phy and the glue for the da8xx are not enabled. Enable them. Signed-off-by: Alexandre Bailon Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 0472eaa41748..8806754f7175 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -161,8 +161,10 @@ CONFIG_USB_MON=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_STORAGE=m CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_DA8XX=m CONFIG_MUSB_PIO_ONLY=y CONFIG_USB_TEST=m +CONFIG_NOP_USB_XCEIV=m CONFIG_USB_GADGET=m CONFIG_USB_GADGET_DEBUG_FILES=y CONFIG_USB_GADGET_DEBUG_FS=y