Home | History | Annotate | Line # | Download | only in conf
std.iq80310 revision 1.20
      1  1.20     chris #	$NetBSD: std.iq80310,v 1.20 2008/01/27 12:37:11 chris Exp $
      2   1.1      matt #
      3   1.1      matt # standard NetBSD/evbarm for IQ80310 options
      4   1.1      matt 
      5   1.1      matt machine	evbarm arm
      6  1.18      yamt include		"conf/std"	# MI standard options
      7  1.20     chris include		"arch/arm/conf/std.arm"	# arch standard options
      8   1.4   thorpej 
      9   1.4   thorpej # Pull in IQ80310 config definitions.
     10   1.4   thorpej include "arch/evbarm/conf/files.iq80310"
     11   1.1      matt 
     12   1.8     lukem options 	EXEC_ELF32
     13   1.1      matt options 	EXEC_AOUT
     14   1.1      matt options 	EXEC_SCRIPT
     15   1.1      matt 
     16   1.1      matt # To support easy transit to ../arch/arm/arm32
     17   1.8     lukem options 	ARM32
     18   1.1      matt 
     19   1.3  rearnsha makeoptions	BOARDTYPE="iq80310"
     20  1.14   thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80310"
     21  1.12    briggs 
     22  1.13   thorpej options 	ARM_INTR_IMPL="<arch/evbarm/iq80310/iq80310_intr.h>"
     23   1.7   thorpej 
     24   1.7   thorpej # We need to configure the PCI bus.
     25   1.7   thorpej options 	PCI_NETBSD_CONFIGURE
     26