diff options
author | Vitaly Wool <vwool@ru.mvista.com> | 2006-06-29 18:28:18 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 11:58:48 -0700 |
commit | 60bbfc84b6d916f5a10127762d0dcb3f4726450d (patch) | |
tree | d8ed7d510398056ad40911e67aa656408af75236 /drivers/usb/Kconfig | |
parent | b2a8e097d0f3bbb7ef550103022db92fc3832842 (diff) | |
download | op-kernel-dev-60bbfc84b6d916f5a10127762d0dcb3f4726450d.zip op-kernel-dev-60bbfc84b6d916f5a10127762d0dcb3f4726450d.tar.gz |
USB OHCI controller support for PNX4008
inlined is the patch that adds basic support for USB OHCI controller
support for PNX4008 Philips PNX4008 ARM board. Due to HW design, it
depends on I2C driver for PNX4008 which I've recetnly posted to LKML and
i2c at lm-sensors.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 0050431..f9b1719 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -25,6 +25,7 @@ config USB_ARCH_HAS_OHCI default y if PXA27x default y if ARCH_EP93XX default y if (ARCH_AT91RM9200 || ARCH_AT91SAM9261) + default y if ARCH_PNX4008 # PPC: default y if STB03xxx default y if PPC_MPC52xx |