defconfig: am335x_evm: enable usb driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 17 Nov 2016 09:08:15 +0000 (14:38 +0530)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jan 2017 18:16:22 +0000 (11:16 -0700)
enable usb driver model for am335x bbb as musb supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/am335x_evm_defconfig

index 08c1e79..bf37ffc 100644 (file)
@@ -52,3 +52,6 @@ CONFIG_G_DNL_VENDOR_NUM=0x0451
 CONFIG_G_DNL_PRODUCT_NUM=0xd022
 CONFIG_RSA=y
 CONFIG_SPL_OF_LIBFDT=y
+CONFIG_MISC=y
+CONFIG_DM_USB=y
+CONFIG_USB_MUSB_TI=y