diff options
| author | Tom Rini <trini@konsulko.com> | 2021-09-12 20:32:22 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-09-27 21:38:34 -0400 |
| commit | 8d8d7e93619b8aef77843cb718f973b0e3d00224 (patch) | |
| tree | 0b7660c87686346e80bd3537f09cb823d16d759d /configs/dra7xx_hs_evm_usb_defconfig | |
| 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 'configs/dra7xx_hs_evm_usb_defconfig')
| -rw-r--r-- | configs/dra7xx_hs_evm_usb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_usb_defconfig b/configs/dra7xx_hs_evm_usb_defconfig index 1e3a82511e4..09aa07379a8 100644 --- a/configs/dra7xx_hs_evm_usb_defconfig +++ b/configs/dra7xx_hs_evm_usb_defconfig @@ -121,6 +121,7 @@ CONFIG_DM_USB_GADGET=y CONFIG_SPL_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_XHCI_OMAP=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_GENERIC=y CONFIG_USB_GADGET=y |
