summaryrefslogtreecommitdiff
path: root/configs/mx6sllevk_plugin_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-12-22 17:06:44 +0800
committerMarek Vasut <marek.vasut@gmail.com>2017-01-17 10:26:33 +0100
commit1f1745c65a98846b691e30013c43dc36fec9b813 (patch)
treedb7a56a72e6597bc9778b9f6cbebc127a33442af /configs/mx6sllevk_plugin_defconfig
parentfcf9f9f97acacba326cbb4ea53e1cb5456e4efab (diff)
imx: mx6sllevk: add usb support
Add usb support for mx6sllevk board. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/mx6sllevk_plugin_defconfig')
-rw-r--r--configs/mx6sllevk_plugin_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sllevk_plugin_defconfig b/configs/mx6sllevk_plugin_defconfig
index e6be979507..63d5bbc1c6 100644
--- a/configs/mx6sllevk_plugin_defconfig
+++ b/configs/mx6sllevk_plugin_defconfig
@@ -11,6 +11,7 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_MMC=y
CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
@@ -35,3 +36,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_STORAGE=y