Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
93dc8c8d
Commit
93dc8c8d
authored
12 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
move omap specific modules to modules.mk
SVN-Revision: 32810
parent
82c7e05d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/kernel/modules/usb.mk
+0
-73
0 additions, 73 deletions
package/kernel/modules/usb.mk
target/linux/omap24xx/modules.mk
+73
-0
73 additions, 0 deletions
target/linux/omap24xx/modules.mk
with
73 additions
and
73 deletions
package/kernel/modules/usb.mk
+
0
−
73
View file @
93dc8c8d
...
...
@@ -110,79 +110,6 @@ endef
$(
eval
$(
call KernelPackage,usb-ohci,1
))
define
KernelPackage/musb-hdrc
TITLE
:=
Support
for
Mentor Graphics silicon dual role USB
KCONFIG
:=
\
CONFIG_USB_MUSB_HDRC
\
CONFIG_MUSB_PIO_ONLY
=
n
\
CONFIG_USB_MUSB_OTG
=
y
\
CONFIG_USB_MUSB_DEBUG
=
y
DEPENDS
:=
@TARGET_omap24xx
FILES
:=
$(
LINUX_DIR
)
/drivers/usb/musb/musb_hdrc.ko
AUTOLOAD
:=
$(
call AutoLoad,46,musb_hdrc
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/musb-hdrc/description
Kernel
support
for
Mentor
Graphics
silicon
dual
role
USB
device.
endef
$(
eval
$(
call KernelPackage,musb-hdrc
))
define
KernelPackage/nop-usb-xceiv
TITLE
:=
Support
for
USB OTG NOP transceiver
KCONFIG
:=
\
CONFIG_NOP_USB_XCEIV
DEPENDS
:=
@TARGET_omap24xx
FILES
:=
$(
LINUX_DIR
)
/drivers/usb/otg/nop-usb-xceiv.ko
AUTOLOAD
:=
$(
call AutoLoad,45,nop-usb-xceiv
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/nop-usb-xceiv/description
Support
for
USB
OTG
NOP
transceiver
endef
$(
eval
$(
call KernelPackage,nop-usb-xceiv
))
define
KernelPackage/tusb6010
TITLE
:=
Support
for
TUSB 6010
KCONFIG
:=
\
CONFIG_USB_MUSB_TUSB6010
\
CONFIG_USB_TUSB6010
=
y
DEPENDS
:=
+kmod-musb-hdrc +kmod-nop-usb-xceiv
$(
call
AddDepends/usb
)
endef
define
KernelPackage/tusb6010/description
TUSB6010
support
endef
$(
eval
$(
call KernelPackage,tusb6010
))
define
KernelPackage/usb-tahvo
TITLE
:=
Support
for
Tahvo
(
Nokia n810
)
USB
KCONFIG
:=
\
CONFIG_CBUS_TAHVO_USB
\
CONFIG_CBUS_TAHVO_USB_HOST_BY_DEFAULT
=
n
\
CONFIG_USB_OHCI_HCD_OMAP1
=
y
\
CONFIG_USB_GADGET_DEBUG_FS
=
n
DEPENDS
:=
@TARGET_omap24xx +kmod-tusb6010 +kmod-usb-gadget
FILES
:=
$(
LINUX_DIR
)
/drivers/cbus/tahvo-usb.ko
AUTOLOAD
:=
$(
call AutoLoad,45,tahvo-usb
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/usb-tahvo/description
Kernel
support
for
Nokia
n810
USB
OHCI
controller.
endef
$(
eval
$(
call KernelPackage,usb-tahvo
))
define
KernelPackage/usb-isp116x-hcd
TITLE
:=
Support
for
the ISP116x USB Host Controller
DEPENDS
:=
@TARGET_ppc40x
...
...
This diff is collapsed.
Click to expand it.
target/linux/omap24xx/modules.mk
+
73
−
0
View file @
93dc8c8d
...
...
@@ -61,3 +61,76 @@ define KernelPackage/n810bm/description
endef
$(
eval
$(
call KernelPackage,n810bm
))
define
KernelPackage/musb-hdrc
TITLE
:=
Support
for
Mentor Graphics silicon dual role USB
KCONFIG
:=
\
CONFIG_USB_MUSB_HDRC
\
CONFIG_MUSB_PIO_ONLY
=
n
\
CONFIG_USB_MUSB_OTG
=
y
\
CONFIG_USB_MUSB_DEBUG
=
y
DEPENDS
:=
@TARGET_omap24xx
FILES
:=
$(
LINUX_DIR
)
/drivers/usb/musb/musb_hdrc.ko
AUTOLOAD
:=
$(
call AutoLoad,46,musb_hdrc
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/musb-hdrc/description
Kernel
support
for
Mentor
Graphics
silicon
dual
role
USB
device.
endef
$(
eval
$(
call KernelPackage,musb-hdrc
))
define
KernelPackage/nop-usb-xceiv
TITLE
:=
Support
for
USB OTG NOP transceiver
KCONFIG
:=
\
CONFIG_NOP_USB_XCEIV
DEPENDS
:=
@TARGET_omap24xx
FILES
:=
$(
LINUX_DIR
)
/drivers/usb/otg/nop-usb-xceiv.ko
AUTOLOAD
:=
$(
call AutoLoad,45,nop-usb-xceiv
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/nop-usb-xceiv/description
Support
for
USB
OTG
NOP
transceiver
endef
$(
eval
$(
call KernelPackage,nop-usb-xceiv
))
define
KernelPackage/tusb6010
TITLE
:=
Support
for
TUSB 6010
KCONFIG
:=
\
CONFIG_USB_MUSB_TUSB6010
\
CONFIG_USB_TUSB6010
=
y
DEPENDS
:=
+kmod-musb-hdrc +kmod-nop-usb-xceiv
$(
call
AddDepends/usb
)
endef
define
KernelPackage/tusb6010/description
TUSB6010
support
endef
$(
eval
$(
call KernelPackage,tusb6010
))
define
KernelPackage/usb-tahvo
TITLE
:=
Support
for
Tahvo
(
Nokia n810
)
USB
KCONFIG
:=
\
CONFIG_CBUS_TAHVO_USB
\
CONFIG_CBUS_TAHVO_USB_HOST_BY_DEFAULT
=
n
\
CONFIG_USB_OHCI_HCD_OMAP1
=
y
\
CONFIG_USB_GADGET_DEBUG_FS
=
n
DEPENDS
:=
@TARGET_omap24xx +kmod-tusb6010 +kmod-usb-gadget
FILES
:=
$(
LINUX_DIR
)
/drivers/cbus/tahvo-usb.ko
AUTOLOAD
:=
$(
call AutoLoad,45,tahvo-usb
)
$(
call
AddDepends/usb
)
endef
define
KernelPackage/usb-tahvo/description
Kernel
support
for
Nokia
n810
USB
OHCI
controller.
endef
$(
eval
$(
call KernelPackage,usb-tahvo
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment