Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
640ffc75
Commit
640ffc75
authored
Nov 12, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: changed USB_UHCI_HCD_ALT to USB_UHCI_HCD as there is only one driver.
parent
1787e082
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
drivers/usb/Makefile
drivers/usb/Makefile
+1
-6
drivers/usb/host/Kconfig
drivers/usb/host/Kconfig
+1
-1
drivers/usb/host/Makefile
drivers/usb/host/Makefile
+1
-1
No files found.
drivers/usb/Makefile
View file @
640ffc75
...
...
@@ -8,13 +8,8 @@ obj-$(CONFIG_USB) += core/
obj-$(CONFIG_USB_EHCI_HCD)
+=
host/
obj-$(CONFIG_USB_OHCI_HCD)
+=
host/
obj-$(CONFIG_USB_OHCI)
+=
host/
obj-$(CONFIG_USB_OHCI_SA1111)
+=
host/
obj-$(CONFIG_USB_SL811HS)
+=
host/
obj-$(CONFIG_USB_UHCI_ALT)
+=
host/
obj-$(CONFIG_USB_UHCI_HCD_ALT)
+=
host/
obj-$(CONFIG_USB_UHCI_HCD)
+=
host/
obj-$(CONFIG_USB_
UHCI)
+=
host/
obj-$(CONFIG_USB_
SL811HS)
+=
host/
obj-$(CONFIG_USB_ACM)
+=
class/
obj-$(CONFIG_USB_AUDIO)
+=
class/
...
...
drivers/usb/host/Kconfig
View file @
640ffc75
...
...
@@ -49,7 +49,7 @@ config USB_OHCI_HCD
The module will be called ohci-hcd.o. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config USB_UHCI_HCD
_ALT
config USB_UHCI_HCD
tristate "UHCI HCD (most Intel and VIA) support"
depends on USB
---help---
...
...
drivers/usb/host/Makefile
View file @
640ffc75
...
...
@@ -5,7 +5,7 @@
obj-$(CONFIG_USB_EHCI_HCD)
+=
ehci-hcd.o
obj-$(CONFIG_USB_OHCI_HCD)
+=
ohci-hcd.o
obj-$(CONFIG_USB_UHCI_HCD
_ALT
)
+=
uhci-hcd.o
obj-$(CONFIG_USB_UHCI_HCD)
+=
uhci-hcd.o
obj-$(CONFIG_USB_SL811HS)
+=
hc_sl811.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment