diff options
author | Zhu Qingsen <zhuqs@cn.fujitsu.com> | 2010-02-04 22:33:27 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-02-05 00:27:06 -0500 |
commit | 2d18638ec010a2ed1daa08b4774ed12108647a53 (patch) | |
tree | 80a1a2e9237cb45764ad81361cc9b60c1449c730 /arch/arm/mach-orion5x/Kconfig | |
parent | b2fdb5660fccc060e47658baad8911a963397ced (diff) |
[ARM] Orion: Add Buffalo Linkstation LS-HGL support
Signed-off-by: Zhu Qingsen <zhuqs@cn.fujitsu.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Kconfig')
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index c3d513cad5ac..905719a677ae 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -57,6 +57,13 @@ config MACH_LINKSTATION_MINI | |||
57 | Say 'Y' here if you want your kernel to support the | 57 | Say 'Y' here if you want your kernel to support the |
58 | Buffalo Linkstation Mini platform. | 58 | Buffalo Linkstation Mini platform. |
59 | 59 | ||
60 | config MACH_LINKSTATION_LS_HGL | ||
61 | bool "Buffalo Linkstation LS-HGL" | ||
62 | select I2C_BOARDINFO | ||
63 | help | ||
64 | Say 'Y' here if you want your kernel to support the | ||
65 | Buffalo Linkstation LS-HGL platform. | ||
66 | |||
60 | config MACH_TS409 | 67 | config MACH_TS409 |
61 | bool "QNAP TS-409" | 68 | bool "QNAP TS-409" |
62 | help | 69 | help |