diff options
author | Tim Nordell <tim.nordell@logicpd.com> | 2010-09-27 12:05:49 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-28 14:39:18 -0400 |
commit | cdd280b9958d71ccbaf7c00c0d63dab0a48c1db0 (patch) | |
tree | a38184e415d1f8bb09754f05566ade46dfb093da /arch/arm/mach-omap2/Makefile | |
parent | 8430281b0a909048cc0e38756b11ae309bb783cd (diff) |
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 1c525a8b9c5f..9edacb0ab035 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -184,3 +184,6 @@ obj-y += $(nand-m) $(nand-y) | |||
184 | 184 | ||
185 | smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o | 185 | smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o |
186 | obj-y += $(smc91x-m) $(smc91x-y) | 186 | obj-y += $(smc91x-m) $(smc91x-y) |
187 | |||
188 | smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o | ||
189 | obj-y += $(smsc911x-m) $(smsc911x-y) | ||