1# $NetBSD: std.cp3100,v 1.6 2018/10/07 07:48:43 skrll Exp $ 2# 3# Standard NetBSD/evbarm options for CP3100 4 5machine evbarm arm 6include "arch/evbarm/conf/std.evbarm" 7 8# Pull in CP3100 config definitions. 9include "arch/evbarm/conf/files.cp3100" 10 11options EXEC_AOUT 12 13options KERNEL_BASE_EXT=0xc0000000 14makeoptions BOARDTYPE="cp3100" 15makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321" 16 17options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>" 18 19# Console UART is on HPI, so enable HPI-specific code 20options I80321_HPI_ENABLED 21 22# We need to configure the PCI bus. 23options PCI_NETBSD_CONFIGURE 24