diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-02-10 11:55:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:31 -0400 |
commit | f7e7aa5850839faa5eb7c7c177da5fd6bca8949b (patch) | |
tree | 670051437080dba1b5808ed897059effa8233702 /drivers/usb/host/Kconfig | |
parent | f9031f2c4237abfe75d9ad33f5c0f0dde96f7d09 (diff) |
USB: Add platform device support for the ISP1760 USB chip
Currently, the driver only supports PCI and PPC_OF but there are
boards like ARM RealView where this is a platform device. The patch adds
the necessary functions and registration to the isp1760-if.c file and
modifies the corresponding Makefile and Kconfig to be able to use this
driver even if PCI and PPC_OF are not enabled.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index c1cfed7eefb5..845479f7c707 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -120,7 +120,7 @@ config USB_ISP116X_HCD | |||
120 | 120 | ||
121 | config USB_ISP1760_HCD | 121 | config USB_ISP1760_HCD |
122 | tristate "ISP 1760 HCD support" | 122 | tristate "ISP 1760 HCD support" |
123 | depends on USB && EXPERIMENTAL && (PCI || PPC_OF) | 123 | depends on USB && EXPERIMENTAL |
124 | ---help--- | 124 | ---help--- |
125 | The ISP1760 chip is a USB 2.0 host controller. | 125 | The ISP1760 chip is a USB 2.0 host controller. |
126 | 126 | ||