Skip to content

Commit

Permalink
[ARM] orion5x: Add LaCie NAS 2Big Network support
Browse files Browse the repository at this point in the history
This patch add support for the 2Big Network LaCie boards.

Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
  • Loading branch information
Simon Guinot authored and Nicolas Pitre committed Sep 8, 2009
1 parent 54a246f commit 5478267
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/mach-orion5x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ config MACH_BIGDISK
Say 'Y' here if you want your kernel to support the
LaCie Big Disk Network NAS.

config MACH_NET2BIG
bool "LaCie 2Big Network"
select I2C_BOARDINFO
help
Say 'Y' here if you want your kernel to support the
LaCie 2Big Network NAS.

config MACH_MSS2
bool "Maxtor Shared Storage II"
help
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-orion5x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
obj-$(CONFIG_MACH_EDMINI_V2) += edmini_v2-setup.o
obj-$(CONFIG_MACH_D2NET) += d2net-setup.o
obj-$(CONFIG_MACH_BIGDISK) += d2net-setup.o
obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
obj-$(CONFIG_MACH_MSS2) += mss2-setup.o
obj-$(CONFIG_MACH_WNR854T) += wnr854t-setup.o
obj-$(CONFIG_MACH_RD88F5181L_GE) += rd88f5181l-ge-setup.o
Expand Down
Loading

0 comments on commit 5478267

Please sign in to comment.