diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-08-28 20:18:54 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 20:26:44 (GMT) |
commit | 104ea0781a7052e03d731e2ff3df8bde66036bad (patch) | |
tree | 843e33ed4db1a108068ce33a6951f7315a474e54 /arch/arm/mach-orion5x/Kconfig | |
parent | 0eb66974c089547ed72fe4754076d3b1358b8614 (diff) | |
download | linux-fsl-qoriq-104ea0781a7052e03d731e2ff3df8bde66036bad.tar.xz |
[ARM] Orion: add Buffalo Terastation Pro II/Live support
This patch adds support for the Buffalo Terastation Pro II/Live.
Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com>
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 ff405c4..c738f45 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -36,6 +36,12 @@ config MACH_TS209 Say 'Y' here if you want your kernel to support the QNAP TS-109/TS-209 platform. +config MACH_TERASTATION_PRO2 + bool "Buffalo Terastation Pro II/Live" + help + Say 'Y' here if you want your kernel to support the + Buffalo Terastation Pro II/Live platform. + config MACH_LINKSTATION_PRO bool "Buffalo Linkstation Pro/Live" select I2C_BOARDINFO |