ARM: mmp: remove obsolete config USB_EHCI_MV_U2O
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 17 Mar 2023 08:11:56 +0000 (09:11 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sun, 19 Mar 2023 21:25:45 +0000 (22:25 +0100)
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mmp/Kconfig

index 85b0d9d..8c1d440 100644 (file)
@@ -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