diff options
author | David Brownell <david-b@pacbell.net> | 2007-06-07 14:13:26 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 16:34:31 -0700 |
commit | 648dcfc805ea1308552225e96113dc60e054f2f0 (patch) | |
tree | 79cc610012081dc50204afecb07f87a6bc04964f /drivers/usb/Kconfig | |
parent | ed76cacbea08ebfdb678c8687f98237cb7c67bb6 (diff) | |
download | op-kernel-dev-648dcfc805ea1308552225e96113dc60e054f2f0.zip op-kernel-dev-648dcfc805ea1308552225e96113dc60e054f2f0.tar.gz |
USB: usb host side can be configured given PCMCIA
Platforms with PCMCIA support can implement host-side USB with "sl811_cs",
so make sure this menu shows up on platforms with PCMCIA.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.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 7ee61f5..071b967 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -16,6 +16,7 @@ config USB_ARCH_HAS_HCD boolean default y if USB_ARCH_HAS_OHCI default y if USB_ARCH_HAS_EHCI + default y if PCMCIA # sl811_cs default y if ARM # SL-811 default PCI |