diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2007-11-12 03:05:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:56 -0500 |
commit | 555a36561be191eb01658a5229aa11b4e4a8a7f0 (patch) | |
tree | 60c8d18fbfa1ac87cc5bbd7ec559529513f66f15 /arch/arm/mach-orion/Kconfig | |
parent | c9e3de941a1694aeab60a10bd39eb710c975010d (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/Kconfig | 7 |
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 | ||
26 | config 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 | |||
26 | endmenu | 33 | endmenu |
27 | 34 | ||
28 | endif | 35 | endif |