diff mbox series

ARM: mmp: remove obsolete config USB_EHCI_MV_U2O

Message ID 20230317081156.32337-1-lukas.bulwahn@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: mmp: remove obsolete config USB_EHCI_MV_U2O | expand

Commit Message

Lukas Bulwahn March 17, 2023, 8:11 a.m. UTC
Commit 77acc85ce797 ("ARM: mmp: remove device definitions") and commit
06f11dfb5b75 ("ARM: mmp: remove all board files") remove mach-mmp's device
definitions and the board file for the Marvell PXA910-based TTC_DKB
Development Platform. With that removal, all references to the config
USB_EHCI_MV_U2O are gone. The config has no remaining effect and can be
deleted.

Remove the obsolete config USB_EHCI_MV_U2O.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Arnd, please pick this minor clean-up patch as follow-up to your patches
mentioned above. Thanks.

 arch/arm/mach-mmp/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

Comments

Arnd Bergmann March 17, 2023, 3:31 p.m. UTC | #1
On Fri, Mar 17, 2023, at 09:11, Lukas Bulwahn wrote:
> Commit 77acc85ce797 ("ARM: mmp: remove device definitions") and commit
> 06f11dfb5b75 ("ARM: mmp: remove all board files") remove mach-mmp's device
> definitions and the board file for the Marvell PXA910-based TTC_DKB
> Development Platform. With that removal, all references to the config
> USB_EHCI_MV_U2O are gone. The config has no remaining effect and can be
> deleted.
>
> Remove the obsolete config USB_EHCI_MV_U2O.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Arnd, please pick this minor clean-up patch as follow-up to your patches
> mentioned above. Thanks.

Ok, added for 6.4 now. Note: for platforms that don't normally have
pull requests, you can add soc@kernel.org to Cc. That way it will show
up in patchwork to make sure I don't miss it. Don't use it for the
more active platforms though.

    Arnd
diff mbox series

Patch

diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 85b0d9ddb7d8..8c1d4402fd69 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -76,10 +76,4 @@  config CPU_MMP2
 	help
 	  Select code specific to MMP2. MMP2 is ARMv7 compatible.
 
-config USB_EHCI_MV_U2O
-        bool "EHCI support for PXA USB OTG controller"
-	depends on USB_EHCI_MV
-	help
-	  Enables support for OTG controller which can be switched to host mode.
-
 endif