NetBSD/sys/arch/evbarm/conf/std.beagle
jnemeth ee79d5b0e4 Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
2014-08-24 07:59:22 +00:00

29 lines
804 B
Plaintext

# $NetBSD: std.beagle,v 1.13 2014/08/24 07:59:22 jnemeth Exp $
#
# standard NetBSD/evbarm for BEAGLEBOARD options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in BEAGLEBOARD config definitions.
include "arch/evbarm/conf/files.beagle"
# To support easy transit to ../arch/arm/arm32
options MODULAR
options MODULAR_DEFAULT_AUTOLOAD
options __HAVE_CPU_COUNTER
options CORTEX_PMC
options __HAVE_FAST_SOFTINTS # should be in types.h
options ARM_HAS_VBAR
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options TPIDRPRW_IS_CURCPU
options KERNEL_BASE_EXT=0x80000000
options FPU_VFP
makeoptions LOADADDRESS="0x80300000"
makeoptions BOARDTYPE="beagle"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.beagle"
options ARM_INTR_IMPL="<arch/arm/omap/omap2_intr.h>"
options ARM_GENERIC_TODR