diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-09-19 09:33:58 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-09-19 22:43:44 -0400 |
commit | 84712e9aa43862ded44e47acfaa93612a7eeaf7c (patch) | |
tree | a2083ba1ec4e71b075ae4ab4f37110b3595bfae4 /arch/arm/mach-kirkwood/Kconfig | |
parent | 709406494c0ed7da843bad624f6b16f9a2df4a6c (diff) |
[ARM] Kirkwood: add LaCie d2 Network v2 support
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 3d5d66e7aaa0..34106335c728 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -106,6 +106,12 @@ config MACH_NETSPACE_MAX_V2 | |||
106 | Say 'Y' here if you want your kernel to support the | 106 | Say 'Y' here if you want your kernel to support the |
107 | LaCie Network Space Max v2 NAS. | 107 | LaCie Network Space Max v2 NAS. |
108 | 108 | ||
109 | config MACH_D2NET_V2 | ||
110 | bool "LaCie d2 Network v2 NAS Board" | ||
111 | help | ||
112 | Say 'Y' here if you want your kernel to support the | ||
113 | LaCie d2 Network v2 NAS. | ||
114 | |||
109 | config MACH_NET2BIG_V2 | 115 | config MACH_NET2BIG_V2 |
110 | bool "LaCie 2Big Network v2 NAS Board" | 116 | bool "LaCie 2Big Network v2 NAS Board" |
111 | help | 117 | help |