Skip to content

Commit

Permalink
[ARM] 4746/1: pcm027: network support for phyCORE-PXA270
Browse files Browse the repository at this point in the history
This patch adds SMC91x support for the phyCORE-PXA270 CPU module (aka PCM-027).

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Robert Schwebel authored and Russell King committed Jan 28, 2008
1 parent 8b0b9fb commit 4f15a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
#elif defined(CONFIG_ARCH_INNOKOM) || \
defined(CONFIG_MACH_MAINSTONE) || \
defined(CONFIG_ARCH_PXA_IDP) || \
defined(CONFIG_ARCH_RAMSES)
defined(CONFIG_ARCH_RAMSES) || \
defined(CONFIG_ARCH_PCM027)

#define SMC_CAN_USE_8BIT 1
#define SMC_CAN_USE_16BIT 1
Expand Down

0 comments on commit 4f15a98

Please sign in to comment.