diff options
author | Simon Guinot | 2010-02-03 01:41:09 +0100 |
---|---|---|
committer | Nicolas Pitre | 2010-05-03 17:02:10 -0400 |
commit | 2a49456fdae0cc9e4286de38b8fcb85f9c7c7559 (patch) | |
tree | ada4516673a3b16eeffb72265d54f65106172753 /arch/arm/mach-kirkwood/Kconfig | |
parent | 18e2842b85a00158054b5751c4e5a1b56906895f (diff) |
[ARM] Kirkwood: add LaCie 2Big 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 05a85526d6d5..953681ae69ea 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -87,6 +87,12 @@ config MACH_INETSPACE_V2 Say 'Y' here if you want your kernel to support the LaCie Internet Space v2 NAS. +config MACH_NET2BIG_V2 + bool "LaCie 2Big Network v2 NAS Board" + help + Say 'Y' here if you want your kernel to support the + LaCie 2Big Network v2 NAS. + endmenu endif |