diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-06-23 07:54:35 -0400 |
---|---|---|
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) |
[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 | |||
103 | Say 'Y' here if you want your kernel to support the | 103 | Say 'Y' here if you want your kernel to support the |
104 | LaCie Big Disk Network NAS. | 104 | LaCie Big Disk Network NAS. |
105 | 105 | ||
106 | config MACH_NET2BIG | ||
107 | bool "LaCie 2Big Network" | ||
108 | select I2C_BOARDINFO | ||
109 | help | ||
110 | Say 'Y' here if you want your kernel to support the | ||
111 | LaCie 2Big Network NAS. | ||
112 | |||
106 | config MACH_MSS2 | 113 | config MACH_MSS2 |
107 | bool "Maxtor Shared Storage II" | 114 | bool "Maxtor Shared Storage II" |
108 | help | 115 | help |