diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-04-25 20:35:29 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:44:50 -0400 |
commit | 47e9cffde663eafd5f78987036429fc0994d90e8 (patch) | |
tree | 2200ed5b306d2e8989b097745315c0767ad979c7 /arch/arm/mach-orion5x/Kconfig | |
parent | a0087f2fcf5cb4e16502f5334168fbe304af318b (diff) |
[ARM] Orion: add QNAP TS-409 support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 93debf336155..0bebf01407cf 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -44,6 +44,12 @@ config MACH_LINKSTATION_PRO | |||
44 | Buffalo Linkstation Pro/Live platform. Both v1 and | 44 | Buffalo Linkstation Pro/Live platform. Both v1 and |
45 | v2 devices are supported. | 45 | v2 devices are supported. |
46 | 46 | ||
47 | config MACH_TS409 | ||
48 | bool "QNAP TS-409" | ||
49 | help | ||
50 | Say 'Y' here if you want your kernel to support the | ||
51 | QNAP TS-409 platform. | ||
52 | |||
47 | endmenu | 53 | endmenu |
48 | 54 | ||
49 | endif | 55 | endif |