diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index b93d71d28db7..77ba2b0bf0b7 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -83,6 +83,8 @@ config USB_OHCI_HCD | |||
83 | tristate "OHCI HCD support" | 83 | tristate "OHCI HCD support" |
84 | depends on USB && USB_ARCH_HAS_OHCI | 84 | depends on USB && USB_ARCH_HAS_OHCI |
85 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 | 85 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 |
86 | select I2C if ARCH_PNX4008 | ||
87 | select I2C_PNX if ARCH_PNX4008 | ||
86 | ---help--- | 88 | ---help--- |
87 | The Open Host Controller Interface (OHCI) is a standard for accessing | 89 | The Open Host Controller Interface (OHCI) is a standard for accessing |
88 | USB 1.1 host controller hardware. It does more in hardware than Intel's | 90 | USB 1.1 host controller hardware. It does more in hardware than Intel's |