diff options
| author | Peter Robinson <[email protected]> | 2025-09-26 09:30:30 -0600 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-11-12 22:13:03 +0100 |
| commit | c8e93255f6657ee86bced395e10cf9e9b6d2007c (patch) | |
| tree | cf09473e8161ff1f8fc22ba99263de2d34d24e8a | |
| parent | 3b0945fb7b97409e84fc660b2d307b81e91bb6d2 (diff) | |
omap3: evm: Drop old musb omap3 driver
The USB_OMAP3 driver was (re)added in commit e74e9f620a6 as part
of migrating to DM_USB but the config already had MUSB_OMAP2PLUS
which is the newer musb driver and what other omap3 devices use.
So drop it so we can drop the old driver.
Signed-off-by: Peter Robinson <[email protected]>
| -rw-r--r-- | configs/omap3_evm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index a813d216787..f99798ac1a5 100644 --- a/configs/omap3_evm_defconfig +++ b/configs/omap3_evm_defconfig @@ -78,7 +78,6 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y # CONFIG_SPL_DM_USB is not set CONFIG_USB_EHCI_HCD=y -CONFIG_USB_OMAP3=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_MUSB_OMAP2PLUS=y CONFIG_USB_HOST_ETHER=y |
