[ARM] Orion: support for Marvell Orion-2 (88F5281) Development Board
authorTzachi Perelstein <tzachi@marvell.com>
Tue, 23 Oct 2007 19:14:42 +0000 (15:14 -0400)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 Jan 2008 15:03:52 +0000 (15:03 +0000)
Signed-off-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>
arch/arm/mach-orion/Kconfig
arch/arm/mach-orion/Makefile
arch/arm/mach-orion/db88f5281-setup.c [new file with mode: 0644]

index c2af021..5c1dee8 100644 (file)
@@ -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
index 3b2a3ee..55c59bb 100644 (file)
@@ -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
Simple merge