diff mbox

[U-Boot,17/17] defconfig: am335x_gp_evm: enable usb driver model

Message ID 1456717460-3132-18-git-send-email-mugunthanvnm@ti.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Mugunthan V N Feb. 29, 2016, 3:44 a.m. UTC
enable usb driver model for am335x gp evm as musb supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/am335x_gp_evm_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini March 1, 2016, 1:58 a.m. UTC | #1
On Mon, Feb 29, 2016 at 09:14:20AM +0530, Mugunthan V N wrote:

> enable usb driver model for am335x gp evm as musb supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/am335x_gp_evm_defconfig b/configs/am335x_gp_evm_defconfig
index 49461e2..ff0f667 100644
--- a/configs/am335x_gp_evm_defconfig
+++ b/configs/am335x_gp_evm_defconfig
@@ -18,3 +18,7 @@  CONFIG_SYS_NS16550=y
 CONFIG_RSA=y
 CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
+CONFIG_MISC=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_MUSB_TI=y