diff options
author | Ash Hughes <ashley.hughes@blueyonder.co.uk> | 2010-11-30 16:53:09 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-12-07 13:50:04 -0500 |
commit | 4bba1c34e0a70d0db2506e1b68f69d7edc8afd78 (patch) | |
tree | 7cc1cd5d20dfaa51f0371aaeaf716bd3ce2aefc4 /arch/arm/mach-orion5x/Kconfig | |
parent | 7f51439a3c078393e7618a636fea403afa35948c (diff) |
[ARM] Orion: added Buffalo LS-CHL support
Adds support for Buffalo Linkstation Live v3 (LS-CHL) NAS drives.
Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
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 c897e03e413d..6604fc6ca58a 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -51,6 +51,13 @@ config MACH_LINKSTATION_PRO | |||
51 | Buffalo Linkstation Pro/Live platform. Both v1 and | 51 | Buffalo Linkstation Pro/Live platform. Both v1 and |
52 | v2 devices are supported. | 52 | v2 devices are supported. |
53 | 53 | ||
54 | config MACH_LINKSTATION_LSCHL | ||
55 | bool "Buffalo Linkstation Live v3 (LS-CHL)" | ||
56 | select I2C_BOARDINFO | ||
57 | help | ||
58 | Say 'Y' here if you want your kernel to support the | ||
59 | Buffalo Linkstation Live v3 (LS-CHL) platform. | ||
60 | |||
54 | config MACH_LINKSTATION_MINI | 61 | config MACH_LINKSTATION_MINI |
55 | bool "Buffalo Linkstation Mini" | 62 | bool "Buffalo Linkstation Mini" |
56 | select I2C_BOARDINFO | 63 | select I2C_BOARDINFO |