Skip to content

Commit

Permalink
[ARM] Orion: add QNAP TS-409 support
Browse files Browse the repository at this point in the history
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
  • Loading branch information
Sylver Bruneau authored and Lennert Buytenhek committed Jun 22, 2008
1 parent a0087f2 commit 47e9cff
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-orion5x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ config MACH_LINKSTATION_PRO
Buffalo Linkstation Pro/Live platform. Both v1 and
v2 devices are supported.

config MACH_TS409
bool "QNAP TS-409"
help
Say 'Y' here if you want your kernel to support the
QNAP TS-409 platform.

endmenu

endif
1 change: 1 addition & 0 deletions arch/arm/mach-orion5x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
obj-$(CONFIG_MACH_TS209) += ts209-setup.o
obj-$(CONFIG_MACH_TS409) += ts409-setup.o
Loading

0 comments on commit 47e9cff

Please sign in to comment.