Skip to content

Commit

Permalink
Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell King authored and Russell King committed Sep 8, 2009
2 parents 29c0846 + 5478267 commit 4abf27a
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 4abf27a

Please sign in to comment.