aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/Kconfig
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2007-11-12 03:05:55 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:56 -0500
commit555a36561be191eb01658a5229aa11b4e4a8a7f0 (patch)
tree60c8d18fbfa1ac87cc5bbd7ec559529513f66f15 /arch/arm/mach-orion/Kconfig
parentc9e3de941a1694aeab60a10bd39eb710c975010d (diff)
[ARM] Orion: add support for Orion/MV88F5181 based D-Link DNS-323
With this patch USB, SATA (via sata_mv), Ethernet, RTC, LEDs and NOR Flash work. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> Acked-by: Tzachi Perelstein <tzachi@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 dc929511837f..bdaed867e450 100644
--- a/arch/arm/mach-orion/Kconfig
+++ b/arch/arm/mach-orion/Kconfig
@@ -23,6 +23,13 @@ config MACH_KUROBOX_PRO
23 Say 'Y' here if you want your kernel to support the 23 Say 'Y' here if you want your kernel to support the
24 KuroBox Pro platform. 24 KuroBox Pro platform.
25 25
26config MACH_DNS323
27 bool "D-Link DNS-323"
28 select I2C_BOARDINFO
29 help
30 Say 'Y' here if you want your kernel to support the
31 D-Link DNS-323 platform.
32
26endmenu 33endmenu
27 34
28endif 35endif