Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
11c79740
Commit
11c79740
authored
May 23, 2009
by
Krzysztof Hałasa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IXP4xx: support for Goramo MultiLink router platform.
Signed-off-by:
Krzysztof Hałasa
<
khc@pm.waw.pl
>
parent
0771c693
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
514 additions
and
0 deletions
+514
-0
arch/arm/mach-ixp4xx/Kconfig
arch/arm/mach-ixp4xx/Kconfig
+6
-0
arch/arm/mach-ixp4xx/Makefile
arch/arm/mach-ixp4xx/Makefile
+1
-0
arch/arm/mach-ixp4xx/goramo_mlr.c
arch/arm/mach-ixp4xx/goramo_mlr.c
+507
-0
No files found.
arch/arm/mach-ixp4xx/Kconfig
View file @
11c79740
...
...
@@ -78,6 +78,12 @@ config MACH_IXDP465
IXDP465 Development Platform (Also known as BMP).
For more information on this platform, see <file:Documentation/arm/IXP4xx>.
config MACH_GORAMO_MLR
bool "GORAMO Multi Link Router"
help
Say 'Y' here if you want your kernel to support GORAMO
MultiLink router.
config MACH_KIXRP435
bool "KIXRP435"
help
...
...
arch/arm/mach-ixp4xx/Makefile
View file @
11c79740
...
...
@@ -30,6 +30,7 @@ obj-$(CONFIG_MACH_DSMG600) += dsmg600-setup.o
obj-$(CONFIG_MACH_GATEWAY7001)
+=
gateway7001-setup.o
obj-$(CONFIG_MACH_WG302V2)
+=
wg302v2-setup.o
obj-$(CONFIG_MACH_FSG)
+=
fsg-setup.o
obj-$(CONFIG_MACH_GORAMO_MLR)
+=
goramo_mlr.o
obj-$(CONFIG_PCI)
+=
$
(
obj-pci-
$(CONFIG_PCI)
)
common-pci.o
obj-$(CONFIG_IXP4XX_QMGR)
+=
ixp4xx_qmgr.o
...
...
arch/arm/mach-ixp4xx/goramo_mlr.c
0 → 100644
View file @
11c79740
This diff is collapsed.
Click to expand it.
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