Skip to content

Commit

Permalink
smc91x.h: add config for Nomadik evaluation kit
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alessandro Rubini authored and David S. Miller committed Jul 27, 2009
1 parent dcf777f commit 4a29f39
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 @@ -186,7 +186,8 @@ static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#define SMC_outsb(a, r, p, l) writesb((a) + (r), p, (l))
#define SMC_IRQ_FLAGS (-1) /* from resource */

#elif defined(CONFIG_MACH_LOGICPD_PXA270)
#elif defined(CONFIG_MACH_LOGICPD_PXA270) \
|| defined(CONFIG_MACH_NOMADIK_8815NHK)

#define SMC_CAN_USE_8BIT 0
#define SMC_CAN_USE_16BIT 1
Expand Down

0 comments on commit 4a29f39

Please sign in to comment.