diff options
author | Byron Bradley <byron.bbradley@gmail.com> | 2007-12-15 15:05:49 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:04:03 -0500 |
commit | 3faf2ee870c26f6a809af3f32368f96c357ed91b (patch) | |
tree | 99939dc2e163a3642f7c606b9a55cfed65ea7b57 /arch/arm/mach-orion/Kconfig | |
parent | 144aa3db1e8faa34bb33c61131494ac879a6d978 (diff) |
[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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/Kconfig b/arch/arm/mach-orion/Kconfig index bdaed867e45..1dcbb6ac5a3 100644 --- a/arch/arm/mach-orion/Kconfig +++ b/arch/arm/mach-orion/Kconfig | |||
@@ -30,6 +30,12 @@ config MACH_DNS323 | |||
30 | Say 'Y' here if you want your kernel to support the | 30 | Say 'Y' here if you want your kernel to support the |
31 | D-Link DNS-323 platform. | 31 | D-Link DNS-323 platform. |
32 | 32 | ||
33 | config MACH_TS209 | ||
34 | bool "QNAP TS-109/TS-209" | ||
35 | help | ||
36 | Say 'Y' here if you want your kernel to support the | ||
37 | QNAP TS-109/TS-209 platform. | ||
38 | |||
33 | endmenu | 39 | endmenu |
34 | 40 | ||
35 | endif | 41 | endif |