aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bailon <abailon@baylibre.com>2016-11-28 11:30:54 -0500
committerSekhar Nori <nsekhar@ti.com>2016-12-01 09:22:12 -0500
commit47d03e48efa572109229aec9436948d92f44b689 (patch)
tree88ad1a281ab4e5463eb4216a42c9a753c49ca0c5
parent213971e7571e27f47b4e926904a9adf794925c51 (diff)
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 <abailon@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--arch/arm/configs/davinci_all_defconfig2
1 files changed, 2 insertions, 0 deletions
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
161CONFIG_USB_OHCI_HCD=m 161CONFIG_USB_OHCI_HCD=m
162CONFIG_USB_STORAGE=m 162CONFIG_USB_STORAGE=m
163CONFIG_USB_MUSB_HDRC=m 163CONFIG_USB_MUSB_HDRC=m
164CONFIG_USB_MUSB_DA8XX=m
164CONFIG_MUSB_PIO_ONLY=y 165CONFIG_MUSB_PIO_ONLY=y
165CONFIG_USB_TEST=m 166CONFIG_USB_TEST=m
167CONFIG_NOP_USB_XCEIV=m
166CONFIG_USB_GADGET=m 168CONFIG_USB_GADGET=m
167CONFIG_USB_GADGET_DEBUG_FILES=y 169CONFIG_USB_GADGET_DEBUG_FILES=y
168CONFIG_USB_GADGET_DEBUG_FS=y 170CONFIG_USB_GADGET_DEBUG_FS=y