1 # $NetBSD: files.kobo,v 1.3 2018/03/19 17:11:24 ryo Exp $ 2 # 3 # KOBO evaluation board configuration info 4 # 5 6 file arch/evbarm/kobo/kobo_machdep.c 7 8 # CPU support and integrated peripherals 9 include "arch/arm/imx/files.imx51" 10 11 # USB Host controller 12 device imxusbc_axi 13 attach imxusbc at axi with imxusbc_axi 14 file arch/evbarm/kobo/kobo_usb.c imxusbc_axi 15 16 # E-Ink controller 17 # attach epdc at axi with eink_kobo 18 # file arch/evbarm/kobo/kobo_eink.c eink_kobo 19 # defflag opt_kobo_eink.h EINK_DEBUG 20