Skip to content

Commit

Permalink
Add support for the Arcom/Eurotech Viper SBC onboard ethernet.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Zyngier <marc.zyngier@altran.com>
  • Loading branch information
Marc Zyngier authored and Marc Zyngier committed Sep 9, 2008
1 parent 352699a commit 175ff20
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 @@ -43,7 +43,8 @@
#if defined(CONFIG_ARCH_LUBBOCK) ||\
defined(CONFIG_MACH_MAINSTONE) ||\
defined(CONFIG_MACH_ZYLONITE) ||\
defined(CONFIG_MACH_LITTLETON)
defined(CONFIG_MACH_LITTLETON) ||\
defined(CONFIG_ARCH_VIPER)

#include <asm/mach-types.h>

Expand Down

0 comments on commit 175ff20

Please sign in to comment.