diff options
| author | Tom Rini <[email protected]> | 2021-07-07 21:43:48 -0400 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-15 17:56:04 +0530 |
| commit | 52306258548f131530abc34de858a55bf0895e0a (patch) | |
| tree | a8b3fc76c89e9167eb10982413cd45da1e642501 /include | |
| parent | 7a376302f59c91abc6b1579e0db5e36b45f3d676 (diff) | |
arm: omap4: Disable USB_TTY and related options
The usbtty functionality is not currently used on these two platforms,
disable it.
Cc: Lokesh Vutla <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti_omap4_common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 1e316227aaa..d0eddcce1bb 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -51,12 +51,6 @@ #define CONFIG_TWL6030_POWER 1 #endif -/* USB */ - -/* USB device configuration */ -#define CONFIG_USB_DEVICE 1 -#define CONFIG_USB_TTY 1 - /* * Environment setup */ |
