summaryrefslogtreecommitdiff
path: root/configs/igep00x0_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-01-10 17:44:14 +0300
committerMarek Vasut <marex@denx.de>2019-01-10 20:52:55 +0300
commitdb17a92d28bd57dfa550e2d91c594e10dd487c6b (patch)
tree2263bb41df055cd13483259a5359ec207e0ddcb4 /configs/igep00x0_defconfig
parentf811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e (diff)
downloadu-boot-db17a92d28bd57dfa550e2d91c594e10dd487c6b.tar.xz
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/igep00x0_defconfig')
-rw-r--r--configs/igep00x0_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
index f2989e34e1..330350c32a 100644
--- a/configs/igep00x0_defconfig
+++ b/configs/igep00x0_defconfig
@@ -46,6 +46,7 @@ CONFIG_USB=y
CONFIG_USB_MUSB_UDC=y
CONFIG_USB_OMAP3=y
CONFIG_TWL4030_USB=y
+CONFIG_USB_GADGET=y
CONFIG_FAT_WRITE=y
CONFIG_UBIFS_SILENCE_MSG=y
CONFIG_BCH=y