diff options
author | Byron Bradley <byron.bbradley@gmail.com> | 2007-12-15 20:05:49 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:04:03 +0000 |
commit | 3faf2ee870c26f6a809af3f32368f96c357ed91b (patch) | |
tree | 99939dc2e163a3642f7c606b9a55cfed65ea7b57 /arch/arm/configs | |
parent | 144aa3db1e8faa34bb33c61131494ac879a6d978 (diff) | |
download | linux-3.10-3faf2ee870c26f6a809af3f32368f96c357ed91b.tar.gz linux-3.10-3faf2ee870c26f6a809af3f32368f96c357ed91b.tar.bz2 linux-3.10-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/configs')
-rw-r--r-- | arch/arm/configs/orion_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/orion_defconfig b/arch/arm/configs/orion_defconfig index 85b80f6b78e..17a55def110 100644 --- a/arch/arm/configs/orion_defconfig +++ b/arch/arm/configs/orion_defconfig @@ -147,6 +147,7 @@ CONFIG_MACH_DB88F5281=y CONFIG_MACH_RD88F5182=y CONFIG_MACH_KUROBOX_PRO=y CONFIG_MACH_DNS323=y +CONFIG_MACH_TS209=y # # Boot options |