diff options
author | Siddarth Gore <gores@marvell.com> | 2010-03-22 10:28:20 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-05-03 22:34:47 +0200 |
commit | d8f089d2ad35861c432618900fa08ca70c168d76 (patch) | |
tree | 1717d278dfdbad41b181a9ddd2457155e2e2d937 /arch/arm/mach-kirkwood/Kconfig | |
parent | Linux 2.6.34-rc6 (diff) | |
download | linux-d8f089d2ad35861c432618900fa08ca70c168d76.tar.xz linux-d8f089d2ad35861c432618900fa08ca70c168d76.zip |
[ARM] Kirkwood: Marvell GuruPlug support
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0
GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot
References:
http://www.globalscaletechnologies.com/t-guruplugdetails.aspx
http://plugcomputer.org
This patch is for GuruPlug Plus, but it supports Standard version
as well.
Signed-off-by: Siddarth Gore <gores@marvell.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 17879a876be6..05a85526d6d5 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -38,6 +38,12 @@ config MACH_ESATA_SHEEVAPLUG Say 'Y' here if you want your kernel to support the Marvell eSATA SheevaPlug Reference Board. +config MACH_GURUPLUG + bool "Marvell GuruPlug Reference Board" + help + Say 'Y' here if you want your kernel to support the + Marvell GuruPlug Reference Board. + config MACH_TS219 bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS" help |