UPSTREAM: usb: Drop the EHCI RCar Gen3
Since we use EHCI generic driver on RCar Gen3 , this driver is useless. Remove it. Conflicts: drivers/usb/host/ehci-rcar_gen3.c Change-Id: I09967397444c5442c2466426672840e3398a03b5 Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit c322d4b72ba02d7b531e4814c46ed2098f3397f1)
This commit is contained in:
parent
0f3e8dc9d2
commit
ed0303ef9d
|
|
@ -148,14 +148,6 @@ config USB_EHCI_PCI
|
|||
help
|
||||
Enables support for the PCI-based EHCI controller.
|
||||
|
||||
config USB_EHCI_RCAR_GEN3
|
||||
bool "Support for Renesas RCar M3/H3 EHCI USB controller"
|
||||
depends on RCAR_GEN3
|
||||
default y
|
||||
---help---
|
||||
Enables support for the on-chip EHCI controller on Renesas
|
||||
R8A7795 and R8A7796 SoCs.
|
||||
|
||||
config USB_EHCI_ZYNQ
|
||||
bool "Support for Xilinx Zynq on-chip EHCI USB controller"
|
||||
depends on ARCH_ZYNQ
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
|
|||
obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
|
||||
obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o
|
||||
obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o
|
||||
obj-$(CONFIG_USB_EHCI_RCAR_GEN3) += ehci-rcar_gen3.o
|
||||
obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o
|
||||
|
||||
# xhci
|
||||
|
|
|
|||
Loading…
Reference in New Issue