diff options
author | Andrew Morton <akpm@osdl.org> | 2006-07-07 03:11:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:48 -0400 |
commit | 26facdff1d39c0028565137ad27e8bd5a5cafcf1 (patch) | |
tree | 24d991a224d7004540ef1df88dd8d6ab7113ab97 /drivers/usb/host/Kconfig | |
parent | 60bbfc84b6d916f5a10127762d0dcb3f4726450d (diff) |
USB: kill usb kconfig warning
drivers/usb/host/Kconfig:87:warning: 'select' used by config symbol 'USB_OHCI_HCD' refer to undefined symbol 'I2C_PNX'
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 77ba2b0bf0b7..4bd5cddae8a5 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -84,7 +84,6 @@ config USB_OHCI_HCD | |||
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 | 86 | select I2C if ARCH_PNX4008 |
87 | select I2C_PNX if ARCH_PNX4008 | ||
88 | ---help--- | 87 | ---help--- |
89 | The Open Host Controller Interface (OHCI) is a standard for accessing | 88 | The Open Host Controller Interface (OHCI) is a standard for accessing |
90 | USB 1.1 host controller hardware. It does more in hardware than Intel's | 89 | USB 1.1 host controller hardware. It does more in hardware than Intel's |