diff options
-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 |