diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-18 23:38:19 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-02-05 05:27:04 (GMT) |
commit | b2fdb5660fccc060e47658baad8911a963397ced (patch) | |
tree | 37988afbb7b8b58e8594de21bcf507ba6062fce7 /arch/arm/mach-kirkwood/Kconfig | |
parent | 639b9be60ec2045a0a59b2ea33479937c4b5acef (diff) | |
download | linux-b2fdb5660fccc060e47658baad8911a963397ced.tar.xz |
[ARM] kirkwood: combine support for openrd base/client support
Inspired by the mach-ep93xx flattening work, there is really not
much difference between the OpenRD base and client board support
so they should be merged together.
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Acked-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index f6c6196..4ac6f46 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -46,12 +46,23 @@ config MACH_TS41X QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS devices. +config MACH_OPENRD + bool + config MACH_OPENRD_BASE bool "Marvell OpenRD Base Board" + select MACH_OPENRD help Say 'Y' here if you want your kernel to support the Marvell OpenRD Base Board. +config MACH_OPENRD_CLIENT + bool "Marvell OpenRD Client Board" + select MACH_OPENRD + help + Say 'Y' here if you want your kernel to support the + Marvell OpenRD Client Board. + config MACH_NETSPACE_V2 bool "LaCie Network Space v2 NAS Board" help |