Module Name:    src
Committed By:   martin
Date:           Thu Aug  3 12:34:32 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: std.marvell

Log Message:
Add options MODULAR


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.marvell

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.marvell
diff -u src/sys/arch/evbarm/conf/std.marvell:1.4 src/sys/arch/evbarm/conf/std.marvell:1.5
--- src/sys/arch/evbarm/conf/std.marvell:1.4	Tue Feb 28 15:00:32 2017
+++ src/sys/arch/evbarm/conf/std.marvell	Thu Aug  3 12:34:32 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: std.marvell,v 1.4 2017/02/28 15:00:32 skrll Exp $
+#	$NetBSD: std.marvell,v 1.5 2017/08/03 12:34:32 martin Exp $
 #
 # standard NetBSD/evbarm for MARVELL options
 
@@ -7,6 +7,9 @@ include		"arch/evbarm/conf/std.evbarm"
 
 include 	"arch/evbarm/conf/files.marvell"
 
+options 	MODULAR
+options 	MODULAR_DEFAULT_AUTOLOAD
+
 options 	__HAVE_PCI_CONF_HOOK		# should be in types.h
 options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
 
@@ -16,3 +19,4 @@ options 	KERNEL_BASE_EXT=0xc0000000
 makeoptions	LOADADDRESS="0xc0008000"
 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.marvell"
 options 	ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
+

Reply via email to