From 52306258548f131530abc34de858a55bf0895e0a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 Jul 2021 21:43:48 -0400 Subject: arm: omap4: Disable USB_TTY and related options The usbtty functionality is not currently used on these two platforms, disable it. Cc: Lokesh Vutla Signed-off-by: Tom Rini Signed-off-by: Lokesh Vutla Link: https://lore.kernel.org/r/20210708014348.4010-1-trini@konsulko.com --- configs/omap4_panda_defconfig | 1 - configs/omap4_sdp4430_defconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'configs') diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig index 08dc3552c8..9e99e8bc69 100644 --- a/configs/omap4_panda_defconfig +++ b/configs/omap4_panda_defconfig @@ -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 diff --git a/configs/omap4_sdp4430_defconfig b/configs/omap4_sdp4430_defconfig index f90b281428..fd93dc5c78 100644 --- a/configs/omap4_sdp4430_defconfig +++ b/configs/omap4_sdp4430_defconfig @@ -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 -- cgit v1.2.3