diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-03-17 09:11:56 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-03-19 22:25:45 +0100 |
commit | 68e505e2aa7fe534226d57364f1e1753deb22d2d (patch) | |
tree | bce6b8dfccc1bab511deca609ac4b50d037931b8 /arch/arm/mach-mmp | |
parent | ARM: Convert to platform remove callback returning void (diff) | |
download | linux-68e505e2aa7fe534226d57364f1e1753deb22d2d.tar.xz linux-68e505e2aa7fe534226d57364f1e1753deb22d2d.zip |
ARM: mmp: remove obsolete config USB_EHCI_MV_U2O
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>
Diffstat (limited to 'arch/arm/mach-mmp')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
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 |