]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: omap4: Disable USB_TTY and related options
authorTom Rini <trini@konsulko.com>
Thu, 8 Jul 2021 01:43:48 +0000 (21:43 -0400)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:04 +0000 (17:56 +0530)
The usbtty functionality is not currently used on these two platforms,
disable it.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210708014348.4010-1-trini@konsulko.com
configs/omap4_panda_defconfig
configs/omap4_sdp4430_defconfig
include/configs/ti_omap4_common.h

index 08dc3552c8286adf73490f7c01496ae1efd6b1ca..9e99e8bc69915a0428769aa1c74ef4d5ca6970c8 100644 (file)
@@ -39,7 +39,6 @@ CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_HOST_ETHER=y
index f90b28142880778267ee3aa6598449a36208c112..fd93dc5c785d6b4b7d603bfc178c16b31d78e354 100644 (file)
@@ -39,7 +39,6 @@ CONFIG_CONS_INDEX=3
 CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
-CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_USB_GADGET=y
 CONFIG_FAT_WRITE=y
index 1e316227aaa26b3c0b29c27659e4299ccabf2cae..d0eddcce1bb3ffe7aa7950a2ec3bed0052fb3054 100644 (file)
 #define CONFIG_TWL6030_POWER           1
 #endif
 
-/* USB */
-
-/* USB device configuration */
-#define CONFIG_USB_DEVICE              1
-#define CONFIG_USB_TTY                 1
-
 /*
  * Environment setup
  */