diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-06-22 15:45:01 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-08-10 18:03:59 -0400 |
commit | 8f2208601f81b505710b0d13dbd80b687ccbca60 (patch) | |
tree | 5d02298edae2a97e130d01c74ed44796c2638c21 /arch/arm/mach-orion5x/Kconfig | |
parent | ed680c4ad478d0fee9740f7d029087f181346564 (diff) |
[ARM] orion5x: Add LaCie NAS d2Network support
This patch add support for the d2 Network and the Big Disk Network
LaCie boards.
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Acked-by: Christopher Moore <moore@free.fr>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 2c7035d8dcbf..5062b05b76b7 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -89,6 +89,20 @@ config MACH_EDMINI_V2 | |||
89 | Say 'Y' here if you want your kernel to support the | 89 | Say 'Y' here if you want your kernel to support the |
90 | LaCie Ethernet Disk mini V2. | 90 | LaCie Ethernet Disk mini V2. |
91 | 91 | ||
92 | config MACH_D2NET | ||
93 | bool "LaCie d2 Network" | ||
94 | select I2C_BOARDINFO | ||
95 | help | ||
96 | Say 'Y' here if you want your kernel to support the | ||
97 | LaCie d2 Network NAS. | ||
98 | |||
99 | config MACH_BIGDISK | ||
100 | bool "LaCie Big Disk Network" | ||
101 | select I2C_BOARDINFO | ||
102 | help | ||
103 | Say 'Y' here if you want your kernel to support the | ||
104 | LaCie Big Disk Network NAS. | ||
105 | |||
92 | config MACH_MSS2 | 106 | config MACH_MSS2 |
93 | bool "Maxtor Shared Storage II" | 107 | bool "Maxtor Shared Storage II" |
94 | help | 108 | help |