projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed76cac
)
USB: usb host side can be configured given PCMCIA
author
David Brownell
<david-b@pacbell.net>
Thu, 7 Jun 2007 21:13:26 +0000
(14:13 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 12 Jul 2007 23:34:31 +0000
(16:34 -0700)
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>
drivers/usb/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/Kconfig
b/drivers/usb/Kconfig
index 7ee61f5655ba646e685dc4501a6f7819a02d208f..071b9675a7819dff38f5128c1d23f635f12b26a8 100644
(file)
--- 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