Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf turn on MODULAR by default on aarch64



details:   https://anonhg.NetBSD.org/src/rev/e0e86f5e9f29
branches:  trunk
changeset: 445795:e0e86f5e9f29
user:      ryo <ryo%NetBSD.org@localhost>
date:      Tue Nov 13 06:06:29 2018 +0000

description:
turn on MODULAR by default on aarch64

diffstat:

 sys/arch/evbarm/conf/std.generic64 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 29c1c4ed0378 -r e0e86f5e9f29 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Tue Nov 13 03:03:22 2018 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Tue Nov 13 06:06:29 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.generic64,v 1.8 2018/10/21 00:42:06 jmcneill Exp $
+#      $NetBSD: std.generic64,v 1.9 2018/11/13 06:06:29 ryo Exp $
 #
 #      generic NetBSD/evbarm64 with FDT support
 
@@ -16,14 +16,14 @@
 options        EVBARM_BOARDTYPE="FDT"
 options        FDT                             # Flattened Device Tree support
 options        FPU_VFP
+options        MODULAR
+options        MODULAR_DEFAULT_AUTOLOAD
 options        PCI_NETBSD_CONFIGURE
 options        __HAVE_PCI_CONF_HOOK
 options        __HAVE_PCI_MSI_MSIX
 
 # XXXNH not yet
 #options       __HAVE_CPU_UAREA_ALLOC_IDLELWP
-#options       MODULAR
-#options       MODULAR_DEFAULT_AUTOLOAD
 
 makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.generic64"
 



Home | Main Index | Thread Index | Old Index