diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-12-09 01:43:49 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2009-12-10 23:01:57 -0500 |
commit | 1cb9f9b086f818eb9543ed759382de7b95c67f87 (patch) | |
tree | f5adbf4ead594b4beb420656e3ace9fc26f8555f /arch/arm/mach-kirkwood/Kconfig | |
parent | f0e5d2c959d5f14dd3bc879c8f9390aa2c049423 (diff) |
[ARM] Kirkwood: Add LaCie Network Space v2 support
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
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 8bf09ae5b347..f6c6196a51fa 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -52,6 +52,12 @@ config MACH_OPENRD_BASE Say 'Y' here if you want your kernel to support the Marvell OpenRD Base Board. +config MACH_NETSPACE_V2 + bool "LaCie Network Space v2 NAS Board" + help + Say 'Y' here if you want your kernel to support the + LaCie Network Space v2 NAS. + endmenu endif |