From: Tzachi Perelstein Date: Tue, 23 Oct 2007 19:14:42 +0000 (-0400) Subject: [ARM] Orion: support for Marvell Orion-2 (88F5281) Development Board X-Git-Tag: v2.6.25-rc1~1175^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e448b12cdacd4b26747480250df843b734896ae5;p=pandora-kernel.git [ARM] Orion: support for Marvell Orion-2 (88F5281) Development Board Signed-off-by: Tzachi Perelstein Reviewed-by: Nicolas Pitre Reviewed-by: Lennert Buytenhek Acked-by: Russell King --- diff --git a/arch/arm/mach-orion/Kconfig b/arch/arm/mach-orion/Kconfig index c2af02125ce9..5c1dee8724c1 100644 --- a/arch/arm/mach-orion/Kconfig +++ b/arch/arm/mach-orion/Kconfig @@ -2,6 +2,13 @@ if ARCH_ORION menu "Orion Implementations" +config MACH_DB88F5281 + bool "Marvell Orion-2 Development Board" + select I2C_BOARDINFO + help + Say 'Y' here if you want your kernel to support the + Marvell Orion-2 (88F5281) Development Board + endmenu endif diff --git a/arch/arm/mach-orion/Makefile b/arch/arm/mach-orion/Makefile index 3b2a3eef39dd..55c59bb7f1d9 100644 --- a/arch/arm/mach-orion/Makefile +++ b/arch/arm/mach-orion/Makefile @@ -1 +1,2 @@ -obj-y += common.o addr-map.o pci.o gpio.o irq.o time.o +obj-y += common.o addr-map.o pci.o gpio.o irq.o time.o +obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o Reading git-diff-tree failed