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