summaryrefslogtreecommitdiff
path: root/configs/am43xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-04-07 15:11:24 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:35:10 (GMT)
commit55cedd387a8d7f8dc0b54278bc8908b45d3d98c6 (patch)
treeabc8b2a2cc4225c4b35c89ac41a3c7fb3d8ec7f2 /configs/am43xx_hs_evm_defconfig
parentf5adbd41e958b0f5c624fb0bf12014a986533b18 (diff)
downloadu-boot-55cedd387a8d7f8dc0b54278bc8908b45d3d98c6.tar.xz
defconfigs: am43xx_hs_evm: Add USB client boot mode support
Enable CONFIG_SPL_USBETH_SUPPORT in the default defconfig to allow booting as a USB RNDIS peripheral. Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs/am43xx_hs_evm_defconfig')
-rw-r--r--configs/am43xx_hs_evm_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index 3b1a411..7a27678 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -19,6 +19,9 @@ CONFIG_SPL_ETH_SUPPORT=y
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_NET_SUPPORT=y
CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
+CONFIG_SPL_USB_SUPPORT=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USBETH_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set