summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-05-13 13:57:49 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-05-21 19:38:27 (GMT)
commitd1018f5f9f6433a0ba5da64a431c4e6fa6299962 (patch)
tree3c0a37e886e3d3897caa4dfecae1851dee95e648 /configs
parentfe2e8ff955ad18a7f7f26d3d56ebaa96167139b6 (diff)
downloadu-boot-fsl-qoriq-d1018f5f9f6433a0ba5da64a431c4e6fa6299962.tar.xz
ARM: rmobile: salvator-x: Add USB support
Add support for the EHCI USB. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/salvator-x_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig
index 3738fe4..60e0b72 100644
--- a/configs/salvator-x_defconfig
+++ b/configs/salvator-x_defconfig
@@ -17,6 +17,12 @@ CONFIG_CMD_NFS=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_DHCP=y
+CONFIG_CMD_USB=y
+CONFIG_USB=y
+CONFIG_USB_HOST=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_EHCI_RCAR_GEN3=y
CONFIG_DOS_PARTITION=y
CONFIG_MMC=y
CONFIG_GENERIC_MMC=y