summaryrefslogtreecommitdiff
path: root/configs/spear600_usbtty_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-01-10 15:44:14 +0100
committerMarek Vasut <marex@denx.de>2019-01-10 18:52:55 +0100
commitdb17a92d28bd57dfa550e2d91c594e10dd487c6b (patch)
tree2263bb41df055cd13483259a5359ec207e0ddcb4 /configs/spear600_usbtty_defconfig
parentf811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e (diff)
usb: Make compiling gadget support optional
There is no need to compile and include this code if it is not used. CONFIG_USB_GADGET can be used for the purpose. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'configs/spear600_usbtty_defconfig')
-rw-r--r--configs/spear600_usbtty_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/spear600_usbtty_defconfig b/configs/spear600_usbtty_defconfig
index 5c7b0a8ab4..d0bdc7587d 100644
--- a/configs/spear600_usbtty_defconfig
+++ b/configs/spear600_usbtty_defconfig
@@ -27,3 +27,5 @@ CONFIG_PHY_GIGE=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_MII=y
CONFIG_CONS_INDEX=0
+CONFIG_USB=y
+CONFIG_USB_GADGET=y