xref: /netbsd-src/sys/arch/evbarm/conf/files.kobo (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1#	$NetBSD: files.kobo,v 1.2 2015/05/07 04:13:47 hkenken Exp $
2#
3# KOBO evaluation board configuration info
4#
5
6file	arch/evbarm/kobo/kobo_machdep.c
7
8# Kernel boot arguments
9defparam opt_machdep.h				BOOT_ARGS
10
11# CPU support and integrated peripherals
12include	"arch/arm/imx/files.imx51"
13
14# USB Host controller
15device	imxusbc_axi
16attach	imxusbc at axi with imxusbc_axi
17file	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