diff mbox

[U-Boot,10/10] defconfig: am437x_sk_evm: enable usb driver model

Message ID 1458044059-18363-11-git-send-email-mugunthanvnm@ti.com
State Changes Requested
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N March 15, 2016, 12:14 p.m. UTC
enable usb driver model for am437x sk evm as dwc3 supports
driver model

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

Comments

Tom Rini March 15, 2016, 2:05 p.m. UTC | #1
On Tue, Mar 15, 2016 at 05:44:19PM +0530, Mugunthan V N wrote:

> enable usb driver model for am437x sk evm as dwc3 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/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig
index 3e916db..f643c40 100644
--- a/configs/am437x_sk_evm_defconfig
+++ b/configs/am437x_sk_evm_defconfig
@@ -24,3 +24,7 @@  CONFIG_SPI_FLASH_BAR=y
 CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
 CONFIG_DMA=y
+CONFIG_MISC=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_CMD_USB=y