xref: /netbsd-src/sys/arch/evbarm/conf/std.hdl_g (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1#	$NetBSD: std.hdl_g,v 1.6 2018/01/17 20:30:16 skrll Exp $
2#
3# standard NetBSD/evbarm for I-O DATA HDL-G options
4
5machine		evbarm arm
6include		"arch/evbarm/conf/std.evbarm"
7
8# Pull in HDL-G config definitions.
9include		"arch/evbarm/conf/files.hdl_g"
10
11makeoptions	BOARDTYPE="hdlg"
12makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.hdl_g"
13
14options 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
15
16# We need to configure the PCI bus.
17options 	PCI_NETBSD_CONFIGURE
18