summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_defconfig
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-11-17 09:08:15 (GMT)
committerSimon Glass <sjg@chromium.org>2017-01-09 18:16:22 (GMT)
commit886b392f1b4cfa63c7e4bb5d211ee2ed77b39d37 (patch)
tree367faf882627d8fff1c9a9ac0abf096025029862 /configs/am335x_evm_defconfig
parent1dfd7c21124ac21e3eff4964997ac8b189c29a10 (diff)
downloadu-boot-fsl-qoriq-886b392f1b4cfa63c7e4bb5d211ee2ed77b39d37.tar.xz
defconfig: am335x_evm: enable usb driver model
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>
Diffstat (limited to 'configs/am335x_evm_defconfig')
-rw-r--r--configs/am335x_evm_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 08c1e79..bf37ffc 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -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