1 # $NetBSD: files.gumstix,v 1.6 2007/07/12 01:58:32 kiyohara Exp $ 2 # 3 # Gumstix. Inc. Gumstix boards configuration info 4 # 5 6 file arch/evbarm/gumstix/gumstix_machdep.c 7 8 # CPU support and integrated peripherals 9 include "arch/arm/xscale/files.pxa2x0" 10 11 include "dev/bluetooth/files.bluetooth" 12 13 include "dev/pcmcia/files.pcmcia" 14 15 #include "dev/sdmmc/files.sdmmc" 16 17 # gumstix devices 18 device gxio {[addr = -1], [gpirq = -1]} 19 attach gxio at pxaip 20 defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 21 file arch/evbarm/gumstix/gxio.c gxio 22 23 # SMSC LAN91C111 24 attach sm at gxio with sm_gxio 25 file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 26 27 # PCMCIA/CF socket and GPIO controllers 28 attach pxapcic at pxaip with pxapcic_gxpcic 29 file arch/evbarm/gumstix/gxpcic.c pxapcic_gxpcic 30