diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2007-11-12 09:05:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:03:56 +0000 |
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 dc929511837..bdaed867e45 100644 --- a/arch/arm/mach-orion/Kconfig +++ b/arch/arm/mach-orion/Kconfig @@ -23,6 +23,13 @@ config MACH_KUROBOX_PRO Say 'Y' here if you want your kernel to support the KuroBox Pro platform. +config MACH_DNS323 + bool "D-Link DNS-323" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + D-Link DNS-323 platform. + endmenu endif |