diff options
author | Christopher Moore <moore@free.fr> | 2008-07-17 18:25:10 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-09-25 16:26:44 -0400 |
commit | 0eb66974c089547ed72fe4754076d3b1358b8614 (patch) | |
tree | 99a121576151a3652fd80878260fefd599163282 /arch/arm/mach-orion5x/Kconfig | |
parent | ebe35aff883496c07248df82c8576c3b6e84bbbe (diff) |
[ARM] Orion: add LaCie Ethernet Disk mini V2 support
This patch adds support for the LaCie Ethernet Disk mini V2.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Signed-off-by: Christopher Moore <moore@free.fr>
Signed-off-by: Lennert Buytenhek <buytenh@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 ddcd41b15d17..ff405c47490f 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -68,6 +68,13 @@ config MACH_MV2120 | |||
68 | Say 'Y' here if you want your kernel to support the | 68 | Say 'Y' here if you want your kernel to support the |
69 | HP Media Vault mv2120 or mv5100. | 69 | HP Media Vault mv2120 or mv5100. |
70 | 70 | ||
71 | config MACH_EDMINI_V2 | ||
72 | bool "LaCie Ethernet Disk mini V2" | ||
73 | select I2C_BOARDINFO | ||
74 | help | ||
75 | Say 'Y' here if you want your kernel to support the | ||
76 | LaCie Ethernet Disk mini V2. | ||
77 | |||
71 | config MACH_MSS2 | 78 | config MACH_MSS2 |
72 | bool "Maxtor Shared Storage II" | 79 | bool "Maxtor Shared Storage II" |
73 | help | 80 | help |