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
3e05ec1b
Commit
3e05ec1b
authored
Jan 04, 2010
by
Simon Guinot
Committed by
Nicolas Pitre
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Kirkwood: add LaCie 5Big Network v2 support
Signed-off-by:
Nicolas Pitre
<
nico@fluxnic.net
>
parent
2a49456f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
362 additions
and
0 deletions
+362
-0
arch/arm/mach-kirkwood/Kconfig
arch/arm/mach-kirkwood/Kconfig
+6
-0
arch/arm/mach-kirkwood/Makefile
arch/arm/mach-kirkwood/Makefile
+1
-0
arch/arm/mach-kirkwood/net5big_v2-setup.c
arch/arm/mach-kirkwood/net5big_v2-setup.c
+355
-0
No files found.
arch/arm/mach-kirkwood/Kconfig
View file @
3e05ec1b
...
@@ -93,6 +93,12 @@ config MACH_NET2BIG_V2
...
@@ -93,6 +93,12 @@ config MACH_NET2BIG_V2
Say 'Y' here if you want your kernel to support the
Say 'Y' here if you want your kernel to support the
LaCie 2Big Network v2 NAS.
LaCie 2Big Network v2 NAS.
config MACH_NET5BIG_V2
bool "LaCie 5Big Network v2 NAS Board"
help
Say 'Y' here if you want your kernel to support the
LaCie 5Big Network v2 NAS.
endmenu
endmenu
endif
endif
arch/arm/mach-kirkwood/Makefile
View file @
3e05ec1b
...
@@ -13,5 +13,6 @@ obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o
...
@@ -13,5 +13,6 @@ obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o
obj-$(CONFIG_MACH_NETSPACE_V2)
+=
netspace_v2-setup.o
obj-$(CONFIG_MACH_NETSPACE_V2)
+=
netspace_v2-setup.o
obj-$(CONFIG_MACH_INETSPACE_V2)
+=
netspace_v2-setup.o
obj-$(CONFIG_MACH_INETSPACE_V2)
+=
netspace_v2-setup.o
obj-$(CONFIG_MACH_NET2BIG_V2)
+=
net2big_v2-setup.o
obj-$(CONFIG_MACH_NET2BIG_V2)
+=
net2big_v2-setup.o
obj-$(CONFIG_MACH_NET5BIG_V2)
+=
net5big_v2-setup.o
obj-$(CONFIG_CPU_IDLE)
+=
cpuidle.o
obj-$(CONFIG_CPU_IDLE)
+=
cpuidle.o
arch/arm/mach-kirkwood/net5big_v2-setup.c
0 → 100644
View file @
3e05ec1b
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