mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
Add support for the Arcom/Eurotech Viper SBC onboard ethernet.
Signed-off-by: Marc Zyngier <marc.zyngier@altran.com>
This commit is contained in:
parent
352699a3d7
commit
175ff20f6a
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue