diff options
author | eric miao <eric.miao@marvell.com> | 2007-12-12 09:07:47 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:07:53 +0000 |
commit | e77ec1898f9693a3572bdd03eb5d2256166d5464 (patch) | |
tree | 412e59085771daadf9c26b7d5ed7360250b09ef5 /drivers/usb/Kconfig | |
parent | a8bcf4108d6322ef157ae3c224a57beb8870af38 (diff) | |
download | linux-3.10-e77ec1898f9693a3572bdd03eb5d2256166d5464.tar.gz linux-3.10-e77ec1898f9693a3572bdd03eb5d2256166d5464.tar.bz2 linux-3.10-e77ec1898f9693a3572bdd03eb5d2256166d5464.zip |
[ARM] USB: update to allow pxa27x ohci driver to support pxa3xx
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 7580aa5da0f..7a6499008b8 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -33,6 +33,7 @@ config USB_ARCH_HAS_OHCI default y if ARCH_LH7A404 default y if ARCH_S3C2410 default y if PXA27x + default y if PXA3xx default y if ARCH_EP93XX default y if ARCH_AT91 default y if ARCH_PNX4008 |