diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-01-04 22:20:07 +0300 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-05-04 01:02:42 +0400 |
commit | 3e05ec1b93cd839fa1d1a9961b155b0dbc9a4055 (patch) | |
tree | b1f08eff3b5d18320488649a01dea8236e0aba81 /arch/arm/mach-kirkwood/Kconfig | |
parent | 2a49456fdae0cc9e4286de38b8fcb85f9c7c7559 (diff) | |
download | linux-3e05ec1b93cd839fa1d1a9961b155b0dbc9a4055.tar.xz |
[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 Say 'Y' here if you want your kernel to support the LaCie 2Big Network v2 NAS. +config MACH_NET5BIG_V2 + bool "LaCie 5Big Network v2 NAS Board" + help + Say 'Y' here if you want your kernel to support the + LaCie 5Big Network v2 NAS. + endmenu endif |