From 8f2208601f81b505710b0d13dbd80b687ccbca60 Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Mon, 22 Jun 2009 21:45:01 +0200 Subject: [ARM] orion5x: Add LaCie NAS d2Network support This patch add support for the d2 Network and the Big Disk Network LaCie boards. Signed-off-by: Simon Guinot Acked-by: Christopher Moore Signed-off-by: Nicolas Pitre --- arch/arm/mach-orion5x/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'arch/arm/mach-orion5x/Kconfig') diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 2c7035d8dcb..5062b05b76b 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -89,6 +89,20 @@ config MACH_EDMINI_V2 Say 'Y' here if you want your kernel to support the LaCie Ethernet Disk mini V2. +config MACH_D2NET + bool "LaCie d2 Network" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + LaCie d2 Network NAS. + +config MACH_BIGDISK + bool "LaCie Big Disk Network" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + LaCie Big Disk Network NAS. + config MACH_MSS2 bool "Maxtor Shared Storage II" help -- cgit v1.2.3 From 54782674084ed9dc829050a8c18298db6847679d Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Tue, 23 Jun 2009 13:54:35 +0200 Subject: [ARM] orion5x: Add LaCie NAS 2Big Network support This patch add support for the 2Big Network LaCie boards. Signed-off-by: Simon Guinot Signed-off-by: Nicolas Pitre --- arch/arm/mach-orion5x/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/arm/mach-orion5x/Kconfig') diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 5062b05b76b..c3d513cad5a 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -103,6 +103,13 @@ config MACH_BIGDISK Say 'Y' here if you want your kernel to support the LaCie Big Disk Network NAS. +config MACH_NET2BIG + bool "LaCie 2Big Network" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + LaCie 2Big Network NAS. + config MACH_MSS2 bool "Maxtor Shared Storage II" help -- cgit v1.2.3