diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-01-04 14:20:07 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-05-03 17:02:42 -0400 |
commit | 3e05ec1b93cd839fa1d1a9961b155b0dbc9a4055 (patch) | |
tree | b1f08eff3b5d18320488649a01dea8236e0aba81 /arch/arm/mach-kirkwood/Kconfig | |
parent | 2a49456fdae0cc9e4286de38b8fcb85f9c7c7559 (diff) |
[ARM] Kirkwood: add LaCie 5Big Network v2 support
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 953681ae69ea..29b2163b1fe3 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -93,6 +93,12 @@ config MACH_NET2BIG_V2 | |||
93 | Say 'Y' here if you want your kernel to support the | 93 | Say 'Y' here if you want your kernel to support the |
94 | LaCie 2Big Network v2 NAS. | 94 | LaCie 2Big Network v2 NAS. |
95 | 95 | ||
96 | config MACH_NET5BIG_V2 | ||
97 | bool "LaCie 5Big Network v2 NAS Board" | ||
98 | help | ||
99 | Say 'Y' here if you want your kernel to support the | ||
100 | LaCie 5Big Network v2 NAS. | ||
101 | |||
96 | endmenu | 102 | endmenu |
97 | 103 | ||
98 | endif | 104 | endif |