diff options
author | Tom Rini | 2021-09-12 20:32:22 -0400 |
---|---|---|
committer | Tom Rini | 2021-09-27 21:38:34 -0400 |
commit | 8d8d7e93619b8aef77843cb718f973b0e3d00224 (patch) | |
tree | 0b7660c87686346e80bd3537f09cb823d16d759d /include/configs/cm_t43.h | |
parent | 2c8419feb2faf40ddada3f52df6559bf5877230d (diff) |
Convert CONFIG_USB_XHCI_OMAP to Kconfig
This converts the following to Kconfig:
CONFIG_USB_XHCI_OMAP
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_t43.h')
-rw-r--r-- | include/configs/cm_t43.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index cd21c8de1f2..fb6d8cfbf31 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -45,9 +45,6 @@ /* CPSW Ethernet support */ #define CONFIG_SYS_RX_ETH_BUFFER 64 -/* USB support */ -#define CONFIG_USB_XHCI_OMAP - /* Power */ #define CONFIG_POWER_TPS65218 |