summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorTim Nordell <tim.nordell@logicpd.com>2010-09-27 16:05:49 +0000
committerTony Lindgren <tony@atomide.com>2010-09-28 11:39:18 -0700
commitcdd280b9958d71ccbaf7c00c0d63dab0a48c1db0 (patch)
treea38184e415d1f8bb09754f05566ade46dfb093da /arch/arm/mach-omap2/Makefile
parent8430281b0a909048cc0e38756b11ae309bb783cd (diff)
downloadop-kernel-dev-cdd280b9958d71ccbaf7c00c0d63dab0a48c1db0.zip
op-kernel-dev-cdd280b9958d71ccbaf7c00c0d63dab0a48c1db0.tar.gz
ARM: OMAP3LOGIC: Add generic smsc911x support when connected to GPMC
Introduce of a generic way to setup smsc911x based Ethernet controller connected to GPMC similar to gpmc-smc91x but without timing setup. Signed-off-by: Tim Nordell <tim.nordell@logicpd.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 1c525a8..9edacb0 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -184,3 +184,6 @@ obj-y += $(nand-m) $(nand-y)
smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o
obj-y += $(smc91x-m) $(smc91x-y)
+
+smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o
+obj-y += $(smsc911x-m) $(smsc911x-y)
OpenPOWER on IntegriCloud