diff options
author | David Brownell <david-b@pacbell.net> | 2007-06-07 17:13:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:34:31 -0400 |
commit | 648dcfc805ea1308552225e96113dc60e054f2f0 (patch) | |
tree | 79cc610012081dc50204afecb07f87a6bc04964f /drivers/usb/Kconfig | |
parent | ed76cacbea08ebfdb678c8687f98237cb7c67bb6 (diff) |
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 7ee61f5655ba..071b9675a781 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -16,6 +16,7 @@ config USB_ARCH_HAS_HCD | |||
16 | boolean | 16 | boolean |
17 | default y if USB_ARCH_HAS_OHCI | 17 | default y if USB_ARCH_HAS_OHCI |
18 | default y if USB_ARCH_HAS_EHCI | 18 | default y if USB_ARCH_HAS_EHCI |
19 | default y if PCMCIA # sl811_cs | ||
19 | default y if ARM # SL-811 | 20 | default y if ARM # SL-811 |
20 | default PCI | 21 | default PCI |
21 | 22 | ||