files.gumstix revision 1.1
1#	$NetBSD: files.gumstix,v 1.1 2006/10/16 16:40:14 kiyohara Exp $
2#
3# Genetec corp. G4255EB evaluation board configuration info
4#
5
6file	arch/evbarm/gumstix/gumstix_machdep.c
7
8# CPU support and integrated peripherals
9include "arch/arm/xscale/files.pxa2x0"
10
11# gumstix devices
12device	gxio {[addr = -1], [gpirq = -1]}
13attach	gxio at pxaip
14file	arch/evbarm/gumstix/gxio.c			gxio
15
16# SMSC LAN91C111
17attach	sm at gxio with sm_gxio
18file	arch/evbarm/gumstix/if_sm_gxio.c		sm_gxio
19
20# PCMCIA
21include	"dev/pcmcia/files.pcmcia"
22
23device	gxpcic: pcmciabus
24attach	gxpcic at gxio
25file	arch/arm/sa11x0/sa11xx_pcic.c			gxpcic
26file	arch/evbarm/gumstix/gxpcic.c			gxpcic
27