summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/Kconfig
diff options
context:
space:
mode:
authorByron Bradley2007-12-15 21:05:49 +0100
committerRussell King2008-01-26 16:04:03 +0100
commit3faf2ee870c26f6a809af3f32368f96c357ed91b (patch)
tree99939dc2e163a3642f7c606b9a55cfed65ea7b57 /arch/arm/mach-orion/Kconfig
parent[ARM] Orion: I2C support (diff)
downloadkernel-qcow2-linux-3faf2ee870c26f6a809af3f32368f96c357ed91b.tar.gz
kernel-qcow2-linux-3faf2ee870c26f6a809af3f32368f96c357ed91b.tar.xz
kernel-qcow2-linux-3faf2ee870c26f6a809af3f32368f96c357ed91b.zip
[ARM] Orion: add support for QNAP TS-109/TS-209
This patch adds support for the Orion/MV88F5182 based QNAP TS-109/TS-209 NAS device. The driver for the S-35390A RTC chip on this board has been submitted to LKML separately. Signed-off-by: Byron Bradley <byron.bbradley@gmail.com> Tested-by: Oyvind Repvik <repvik@kynisk.com> Tested-by: Tim Ellis <timtimred@foonas.org> Tested-by: Herbert Valerio Riedel <hvr@gnu.org> Acked-by: Tzachi Perelstein <tzachi@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion/Kconfig')
-rw-r--r--arch/arm/mach-orion/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/Kconfig b/arch/arm/mach-orion/Kconfig
index bdaed867e450..1dcbb6ac5a30 100644
--- a/arch/arm/mach-orion/Kconfig
+++ b/arch/arm/mach-orion/Kconfig
@@ -30,6 +30,12 @@ config MACH_DNS323
Say 'Y' here if you want your kernel to support the
D-Link DNS-323 platform.
+config MACH_TS209
+ bool "QNAP TS-109/TS-209"
+ help
+ Say 'Y' here if you want your kernel to support the
+ QNAP TS-109/TS-209 platform.
+
endmenu
endif