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
nexedi
linux
Commits
fee4cf49
Commit
fee4cf49
authored
May 12, 2003
by
David Brownell
Committed by
Greg Kroah-Hartman
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: fix for multiple definition of `usb_gadget_get_string'
parent
049b6d5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Kconfig
+10
-11
No files found.
drivers/usb/gadget/Kconfig
View file @
fee4cf49
...
@@ -35,9 +35,8 @@ menuconfig USB_GADGET
...
@@ -35,9 +35,8 @@ menuconfig USB_GADGET
#
#
# USB Peripheral Controller Support
# USB Peripheral Controller Support
#
#
# FIXME convert to tristate choice when "choice" behaves as specified
choice
#
prompt "USB Peripheral Controller Support"
comment "USB Peripheral Controller Support"
depends on USB_GADGET
depends on USB_GADGET
config USB_NET2280
config USB_NET2280
...
@@ -55,19 +54,17 @@ config USB_NET2280
...
@@ -55,19 +54,17 @@ config USB_NET2280
dynamically linked module called "net2280" and force all
dynamically linked module called "net2280" and force all
gadget drivers to also be dynamically linked.
gadget drivers to also be dynamically linked.
endchoice
#
#
# USB Gadget Drivers
# USB Gadget Drivers
#
#
# FIXME only one of these may be statically linked; choice/endchoice.
choice
#
prompt "USB Gadget Drivers"
comment "USB Gadget Drivers"
depends on USB_GADGET
depends on USB_GADGET
default USB_ETH
# FIXME want better dependency/config approach for drivers. with only
# FIXME want a cleaner dependency/config approach for drivers.
# two knobs to tweak (driver y/m/n, and a hardware symbol) there's no
# good excuse for Kconfig to cause such trouble here. there are clear
# bugs (coredumps, multiple choices enabled, and more) in its (boolean)
# "choice" logic too ...
config USB_ZERO
config USB_ZERO
tristate "Gadget Zero (DEVELOPMENT)"
tristate "Gadget Zero (DEVELOPMENT)"
...
@@ -150,4 +147,6 @@ config USB_ETH_SA1100
...
@@ -150,4 +147,6 @@ config USB_ETH_SA1100
depends on USB_ETH && USB_SA1100
depends on USB_ETH && USB_SA1100
default y
default y
endchoice
# endmenuconfig
# endmenuconfig
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