aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/Kconfig
diff options
context:
space:
mode:
authorRonen Shitrit <rshitrit@marvell.com>2007-10-17 14:51:34 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:53 -0500
commit817eb2109d28fcac8f4fd84a9ef3a761de4f8b50 (patch)
treeacd83a9a6850f30f3ef52496e0517e34da287559 /arch/arm/mach-orion/Kconfig
parente448b12cdacd4b26747480250df843b734896ae5 (diff)
[ARM] OrionNAS RD board support
serial, NOR, PCI and Ethernet is activated at the moment. Signed-off-by: Ronen Shitrit <rshitrit@marvell.com> Reviewed-by: Tzachi Perelstein <tzachi@marvell.com> Reviewed-by: Nicolas Pitre <nico@marvell.com> Reviewed-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion/Kconfig')
-rw-r--r--arch/arm/mach-orion/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/Kconfig b/arch/arm/mach-orion/Kconfig
index 5c1dee8724c1..73d9f9aa283f 100644
--- a/arch/arm/mach-orion/Kconfig
+++ b/arch/arm/mach-orion/Kconfig
@@ -9,6 +9,13 @@ config MACH_DB88F5281
9 Say 'Y' here if you want your kernel to support the 9 Say 'Y' here if you want your kernel to support the
10 Marvell Orion-2 (88F5281) Development Board 10 Marvell Orion-2 (88F5281) Development Board
11 11
12config MACH_RD88F5182
13 bool "Marvell Orion-NAS Reference Design"
14 select I2C_BOARDINFO
15 help
16 Say 'Y' here if you want your kernel to support the
17 Marvell Orion-NAS (88F5182) RD2
18
12endmenu 19endmenu
13 20
14endif 21endif