diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-01-31 08:47:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-03 18:28:32 -0500 |
commit | c31316cb6c5adeb3f6e92094d717faa375245822 (patch) | |
tree | 9e3175117ad928330109251b4793937179d2c920 | |
parent | 518ca8d9326e258f4595bfe9bc7fc61f5c3636cb (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>
-rw-r--r-- | drivers/usb/host/Kconfig | 8 |
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 | ||
220 | config USB_EHCI_HCD_PPC_OF | 220 | config 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 | ||
495 | config USB_OHCI_HCD_PPC_OF_BE | 495 | config 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 | ||
504 | config USB_OHCI_HCD_PPC_OF_LE | 504 | config 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 | ||
512 | config USB_OHCI_HCD_PPC_OF | 512 | config 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 | ||
517 | config USB_OHCI_HCD_PCI | 517 | config USB_OHCI_HCD_PCI |