diff options
author | Jean-Jacques Hiblot | 2019-01-10 15:44:14 +0100 |
---|---|---|
committer | Marek Vasut | 2019-01-10 18:52:55 +0100 |
commit | db17a92d28bd57dfa550e2d91c594e10dd487c6b (patch) | |
tree | 2263bb41df055cd13483259a5359ec207e0ddcb4 /configs/cm_t35_defconfig | |
parent | f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e (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/cm_t35_defconfig')
-rw-r--r-- | configs/cm_t35_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_t35_defconfig b/configs/cm_t35_defconfig index f1fe2d058d3..a27c5024896 100644 --- a/configs/cm_t35_defconfig +++ b/configs/cm_t35_defconfig @@ -56,6 +56,7 @@ CONFIG_USB_MUSB_UDC=y CONFIG_USB_OMAP3=y CONFIG_TWL4030_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y CONFIG_VIDEO_OMAP3=y CONFIG_LCD=y CONFIG_OF_LIBFDT=y |