diff options
author | Tim Nordell <tim.nordell@logicpd.com> | 2010-09-27 20:05:49 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-28 22:39:18 +0400 |
commit | cdd280b9958d71ccbaf7c00c0d63dab0a48c1db0 (patch) | |
tree | a38184e415d1f8bb09754f05566ade46dfb093da /arch/arm/mach-omap2/Makefile | |
parent | 8430281b0a909048cc0e38756b11ae309bb783cd (diff) | |
download | linux-cdd280b9958d71ccbaf7c00c0d63dab0a48c1db0.tar.xz |
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) smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o obj-y += $(smc91x-m) $(smc91x-y) + +smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o +obj-y += $(smsc911x-m) $(smsc911x-y) |