diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-06-23 13:54:35 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-09-08 14:10:35 -0400 |
commit | 54782674084ed9dc829050a8c18298db6847679d (patch) | |
tree | 30566f638dcc65fd64b91baf6b9480d940d8355b /arch/arm/mach-orion5x/Kconfig | |
parent | 54a246ff21b543bf3d8d5d064708dc7782403e32 (diff) | |
download | blackbird-obmc-linux-54782674084ed9dc829050a8c18298db6847679d.tar.gz blackbird-obmc-linux-54782674084ed9dc829050a8c18298db6847679d.zip |
[ARM] orion5x: Add LaCie NAS 2Big Network support
This patch add support for the 2Big Network LaCie boards.
Signed-off-by: Simon Guinot <sguinot@lacie.com>
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 5062b05b76b7..c3d513cad5ac 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -103,6 +103,13 @@ config MACH_BIGDISK Say 'Y' here if you want your kernel to support the LaCie Big Disk Network NAS. +config MACH_NET2BIG + bool "LaCie 2Big Network" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + LaCie 2Big Network NAS. + config MACH_MSS2 bool "Maxtor Shared Storage II" help |