1 # $NetBSD: files.kobo,v 1.1.8.1 2015/06/06 14:39:58 skrll Exp $ 2 # 3 # KOBO evaluation board configuration info 4 # 5 6 file arch/evbarm/kobo/kobo_machdep.c 7 8 # Kernel boot arguments 9 defparam opt_machdep.h BOOT_ARGS 10 11 # CPU support and integrated peripherals 12 include "arch/arm/imx/files.imx51" 13 14 # USB Host controller 15 device imxusbc_axi 16 attach imxusbc at axi with imxusbc_axi 17 file arch/evbarm/kobo/kobo_usb.c imxusbc_axi 18 19 # E-Ink controller 20 # attach epdc at axi with eink_kobo 21 # file arch/evbarm/kobo/kobo_eink.c eink_kobo 22 # defflag opt_kobo_eink.h EINK_DEBUG 23