aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/Kconfig
diff options
context:
space:
mode:
authorRonen Shitrit <rshitrit@marvell.com>2007-10-23 15:14:42 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:54 -0500
commit1e78045306e9a402b096eef95864ddf313d402d8 (patch)
tree287d2c882268917fa4c8c5e2d7cd0a237989c5c6 /arch/arm/mach-orion/Kconfig
parent817eb2109d28fcac8f4fd84a9ef3a761de4f8b50 (diff)
[ARM] Orion: Buffalo/Revogear Kurobox Pro support
Only serial, NOR, NAND, 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 73d9f9aa283f..dc929511837f 100644
--- a/arch/arm/mach-orion/Kconfig
+++ b/arch/arm/mach-orion/Kconfig
@@ -16,6 +16,13 @@ config MACH_RD88F5182
16 Say 'Y' here if you want your kernel to support the 16 Say 'Y' here if you want your kernel to support the
17 Marvell Orion-NAS (88F5182) RD2 17 Marvell Orion-NAS (88F5182) RD2
18 18
19config MACH_KUROBOX_PRO
20 bool "KuroBox Pro"
21 select I2C_BOARDINFO
22 help
23 Say 'Y' here if you want your kernel to support the
24 KuroBox Pro platform.
25
19endmenu 26endmenu
20 27
21endif 28endif