summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2014-02-16 20:46:20 +0100
committerGreg Kroah-Hartman2014-02-18 21:36:38 +0100
commitf6723b569a67aa4042b4ddc72822bf7f4395f3d2 (patch)
treea715fdccf8b7bd0e0cd52ed850db457d6e206e67 /arch/powerpc/platforms/ps3/Kconfig
parentusb: host: remove USB_ARCH_HAS_?HCI (diff)
downloadkernel-qcow2-linux-f6723b569a67aa4042b4ddc72822bf7f4395f3d2.tar.gz
kernel-qcow2-linux-f6723b569a67aa4042b4ddc72822bf7f4395f3d2.tar.xz
kernel-qcow2-linux-f6723b569a67aa4042b4ddc72822bf7f4395f3d2.zip
usb: host: remove selects of USB_ARCH_HAS_?HCI
USB_ARCH_HAS_EHCI, USB_ARCH_HAS_OHCI, and USB_ARCH_HAS_XHCI were just removed. Selecting them is a nop. The select statements for these symbols can be removed too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Kconfig')
-rw-r--r--arch/powerpc/platforms/ps3/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig
index e87c19473973..56f274064d6c 100644
--- a/arch/powerpc/platforms/ps3/Kconfig
+++ b/arch/powerpc/platforms/ps3/Kconfig
@@ -2,10 +2,8 @@ config PPC_PS3
bool "Sony PS3"
depends on PPC64 && PPC_BOOK3S
select PPC_CELL
- select USB_ARCH_HAS_OHCI
select USB_OHCI_LITTLE_ENDIAN
select USB_OHCI_BIG_ENDIAN_MMIO
- select USB_ARCH_HAS_EHCI
select USB_EHCI_BIG_ENDIAN_MMIO
select PPC_PCI_CHOICE
help