projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dfd7c2
)
defconfig: am335x_evm: enable usb driver model
author
Mugunthan V N
<mugunthanvnm@ti.com>
Thu, 17 Nov 2016 09:08:15 +0000
(14:38 +0530)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/configs/am335x_evm_defconfig
b/configs/am335x_evm_defconfig
index 08c1e79f74410efc70395400de14d114f2043018..bf37ffc5858d81f65e910bd5d964bbfbe2f21fe8 100644
(file)
--- 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