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 /configs/dra7xx_hs_evm_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_defconfig')
-rw-r--r-- | configs/dra7xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig index 59d5a912cde..c231991ea58 100644 --- a/configs/dra7xx_hs_evm_defconfig +++ b/configs/dra7xx_hs_evm_defconfig @@ -127,6 +127,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_OMAP=y CONFIG_USB_DWC3_GENERIC=y |