diff options
author | Alexey Kopytko <alexey@kopytko.ru> | 2008-09-25 22:47:30 +0900 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 17:00:01 -0400 |
commit | 7b0a26f2ca0001a13473b874d52b3d557e3d7289 (patch) | |
tree | 361e45560c71c32aabb2c578a3436084c771ee4a /arch/arm/mach-orion5x/Kconfig | |
parent | 4360bb41920ffacd4a935fa692768129ee5bef4e (diff) |
[ARM] Orion: Add Buffalo Linkstation Mini support
This patch adds support for Buffalo Linkstation Mini board.
Signed-off-by: Alexey Kopytko <alexey@kopytko.ru>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index c0ecf22ae81..f59a8d0e082 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -50,6 +50,13 @@ config MACH_LINKSTATION_PRO Buffalo Linkstation Pro/Live platform. Both v1 and v2 devices are supported. +config MACH_LINKSTATION_MINI + bool "Buffalo Linkstation Mini" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + Buffalo Linkstation Mini platform. + config MACH_TS409 bool "QNAP TS-409" help |