aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2015-01-31 08:47:44 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-03 18:28:32 -0500
commitc31316cb6c5adeb3f6e92094d717faa375245822 (patch)
tree9e3175117ad928330109251b4793937179d2c920 /drivers/usb
parent518ca8d9326e258f4595bfe9bc7fc61f5c3636cb (diff)
usb: kconfig: replace PPC_OF with PPC
The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index fafc628480e0..688ba86fe8fb 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -219,7 +219,7 @@ config USB_EHCI_TEGRA
219 219
220config USB_EHCI_HCD_PPC_OF 220config USB_EHCI_HCD_PPC_OF
221 bool "EHCI support for PPC USB controller on OF platform bus" 221 bool "EHCI support for PPC USB controller on OF platform bus"
222 depends on PPC_OF 222 depends on PPC
223 default y 223 default y
224 ---help--- 224 ---help---
225 Enables support for the USB controller present on the PowerPC 225 Enables support for the USB controller present on the PowerPC
@@ -494,7 +494,7 @@ config USB_OHCI_ATH79
494 494
495config USB_OHCI_HCD_PPC_OF_BE 495config USB_OHCI_HCD_PPC_OF_BE
496 bool "OHCI support for OF platform bus (big endian)" 496 bool "OHCI support for OF platform bus (big endian)"
497 depends on PPC_OF 497 depends on PPC
498 select USB_OHCI_BIG_ENDIAN_DESC 498 select USB_OHCI_BIG_ENDIAN_DESC
499 select USB_OHCI_BIG_ENDIAN_MMIO 499 select USB_OHCI_BIG_ENDIAN_MMIO
500 ---help--- 500 ---help---
@@ -503,7 +503,7 @@ config USB_OHCI_HCD_PPC_OF_BE
503 503
504config USB_OHCI_HCD_PPC_OF_LE 504config USB_OHCI_HCD_PPC_OF_LE
505 bool "OHCI support for OF platform bus (little endian)" 505 bool "OHCI support for OF platform bus (little endian)"
506 depends on PPC_OF 506 depends on PPC
507 select USB_OHCI_LITTLE_ENDIAN 507 select USB_OHCI_LITTLE_ENDIAN
508 ---help--- 508 ---help---
509 Enables support for little-endian USB controllers present on the 509 Enables support for little-endian USB controllers present on the
@@ -511,7 +511,7 @@ config USB_OHCI_HCD_PPC_OF_LE
511 511
512config USB_OHCI_HCD_PPC_OF 512config USB_OHCI_HCD_PPC_OF
513 bool 513 bool
514 depends on PPC_OF 514 depends on PPC
515 default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE 515 default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
516 516
517config USB_OHCI_HCD_PCI 517config USB_OHCI_HCD_PCI