Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a29f396 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by David S. Miller
Browse files

smc91x.h: add config for Nomadik evaluation kit

parent dcf777f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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_outsb(a, r, p, l)	writesb((a) + (r), p, (l))
#define SMC_IRQ_FLAGS		(-1)	/* from resource */
#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_8BIT	0
#define SMC_CAN_USE_16BIT	1
#define SMC_CAN_USE_16BIT	1