aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/Kconfig
diff options
context:
space:
mode:
authorSimon Guinot <sguinot@lacie.com>2010-02-09 15:20:55 -0500
committerNicolas Pitre <nico@fluxnic.net>2010-02-09 20:54:49 -0500
commitca9cea939932a0a64fee9d83b3c631431359446f (patch)
treeca95a52c338b8b7628178aae3fff7d78a35ffa94 /arch/arm/mach-kirkwood/Kconfig
parent7a15726cb4aca67150b93a5ce5413efe6e87c95d (diff)
[ARM] Kirkwood: add LaCie Internet Space v2 support
The Internet and Network Space v2 boards are very close. The only difference is that there is no USB type B plug wired on the Internet Space v2. 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
index 4ac6f463eb0..edc9aeb6e6b 100644
--- a/arch/arm/mach-kirkwood/Kconfig
+++ b/arch/arm/mach-kirkwood/Kconfig
@@ -69,6 +69,12 @@ config MACH_NETSPACE_V2
69 Say 'Y' here if you want your kernel to support the 69 Say 'Y' here if you want your kernel to support the
70 LaCie Network Space v2 NAS. 70 LaCie Network Space v2 NAS.
71 71
72config MACH_INETSPACE_V2
73 bool "LaCie Internet Space v2 NAS Board"
74 help
75 Say 'Y' here if you want your kernel to support the
76 LaCie Internet Space v2 NAS.
77
72endmenu 78endmenu
73 79
74endif 80endif