Home | History | Annotate | Line # | Download | only in conf
std.generic revision 1.1
      1  1.1  ryo #	$NetBSD: std.generic,v 1.1 2018/04/01 04:35:04 ryo Exp $
      2  1.1  ryo #
      3  1.1  ryo # 	generic NetBSD/evbarm with FDT support
      4  1.1  ryo 
      5  1.1  ryo machine		evbarm arm
      6  1.1  ryo include		"conf/std"
      7  1.1  ryo include		"arch/arm/conf/std.arm"		# arch standard options
      8  1.1  ryo 
      9  1.1  ryo # Architecture opions
     10  1.1  ryo options 	ARM32
     11  1.1  ryo 
     12  1.1  ryo options 	__BUS_SPACE_HAS_STREAM_METHODS
     13  1.1  ryo options 	__HAVE_CPU_COUNTER
     14  1.1  ryo options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     15  1.1  ryo options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     16  1.1  ryo options 	__HAVE_PCI_CONF_HOOK
     17  1.1  ryo options 	ARM_HAS_VBAR
     18  1.1  ryo options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
     19  1.1  ryo options 	ARM_GENERIC_TODR
     20  1.1  ryo options 	DRAM_BLOCKS=256
     21  1.1  ryo options 	EVBARM_BOARDTYPE="evbarm"
     22  1.1  ryo options 	FDT				# Flattened Device Tree support
     23  1.1  ryo options 	FPU_VFP
     24  1.1  ryo options 	MODULAR
     25  1.1  ryo options 	MODULAR_DEFAULT_AUTOLOAD
     26  1.1  ryo options 	PCI_NETBSD_CONFIGURE
     27  1.1  ryo options 	TPIDRPRW_IS_CURCPU
     28  1.1  ryo makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic"
     29  1.1  ryo 
     30  1.1  ryo # General options
     31  1.1  ryo options 	CHILD_MAX=1024	# 160 is too few
     32  1.1  ryo options 	OPEN_MAX=1024	# 128 is too few
     33  1.1  ryo 
     34