diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-11-05 12:45:32 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2009-11-13 12:14:23 -0500 |
commit | f3a131b90b8f9bbcf46edc3bdd5246a744ba0017 (patch) | |
tree | c1c88a86a1d35151eb60e51266f562b2fd57e915 /arch/arm/mach-kirkwood/Kconfig | |
parent | 2bf30108435339c4cf149f9d279d0dc961345393 (diff) |
[ARM] Kirkwood: Add support for QNAP TS-41x Turbo NAS
Add support for the QNAP TS-410, TS-410U, TS-419P and TS-419U
Turbo NAS.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 0aca451b216d..d58e8b0febe0 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -38,6 +38,13 @@ config MACH_TS219 | |||
38 | Say 'Y' here if you want your kernel to support the | 38 | Say 'Y' here if you want your kernel to support the |
39 | QNAP TS-119 and TS-219 Turbo NAS devices. | 39 | QNAP TS-119 and TS-219 Turbo NAS devices. |
40 | 40 | ||
41 | config MACH_TS41X | ||
42 | bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS" | ||
43 | help | ||
44 | Say 'Y' here if you want your kernel to support the | ||
45 | QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS | ||
46 | devices. | ||
47 | |||
41 | config MACH_OPENRD_BASE | 48 | config MACH_OPENRD_BASE |
42 | bool "Marvell OpenRD Base Board" | 49 | bool "Marvell OpenRD Base Board" |
43 | help | 50 | help |