diff options
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 2c7035d8dcbf..5062b05b76b7 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -89,6 +89,20 @@ config MACH_EDMINI_V2 | |||
89 | Say 'Y' here if you want your kernel to support the | 89 | Say 'Y' here if you want your kernel to support the |
90 | LaCie Ethernet Disk mini V2. | 90 | LaCie Ethernet Disk mini V2. |
91 | 91 | ||
92 | config MACH_D2NET | ||
93 | bool "LaCie d2 Network" | ||
94 | select I2C_BOARDINFO | ||
95 | help | ||
96 | Say 'Y' here if you want your kernel to support the | ||
97 | LaCie d2 Network NAS. | ||
98 | |||
99 | config MACH_BIGDISK | ||
100 | bool "LaCie Big Disk Network" | ||
101 | select I2C_BOARDINFO | ||
102 | help | ||
103 | Say 'Y' here if you want your kernel to support the | ||
104 | LaCie Big Disk Network NAS. | ||
105 | |||
92 | config MACH_MSS2 | 106 | config MACH_MSS2 |
93 | bool "Maxtor Shared Storage II" | 107 | bool "Maxtor Shared Storage II" |
94 | help | 108 | help |