diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-04-26 02:35:29 +0200 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 22:44:50 +0200 |
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 93debf33615..0bebf01407c 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -44,6 +44,12 @@ config MACH_LINKSTATION_PRO Buffalo Linkstation Pro/Live platform. Both v1 and v2 devices are supported. +config MACH_TS409 + bool "QNAP TS-409" + help + Say 'Y' here if you want your kernel to support the + QNAP TS-409 platform. + endmenu endif |