]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/conf/MASTER
xnu-2050.7.9.tar.gz
[apple/xnu.git] / libsa / conf / MASTER
index 99865aa3e54dbbc733da2e4bf392399e44d71bfc..a47e748138e8f003ec59f894cd7e69928dd09c23 100644 (file)
 #
 ident          LIBSA
 
-options                KDEBUG          # kernel tracing                # <kdebug>
+options                KDEBUG                  # kernel tracing        # <kdebug>
+options                IST_KDEBUG              # limited tracing       # <ist_kdebug>
+options                NO_KDEBUG       # no kernel tracing # <no_kdebug>
+
 options                GPROF           # kernel profiling              # <profile>
 
 options                CONFIG_NOLIBKLD # kernel linker                 # <no_kld>
 
 options                MALLOC_RESET_GC                                 # <smaller_kld>
 options                CONFIG_DTRACE                                   # <config_dtrace>
+options                VM_PRESSURE_EVENTS                              # <vm_pressure_events>
 
 options                CONFIG_NO_PANIC_STRINGS                         # <no_panic_str>
 options                CONFIG_NO_PRINTF_STRINGS                        # <no_printf_str>
 options                CONFIG_NO_KPRINTF_STRINGS                       # <no_kprintf_str>
 
 options                CONFIG_KXLD             # kxld/runtime linking of kexts # <config_kxld>
+
+options                DEVELOPMENT             # dev kernel                            # <development>
+
+# configurable kernel - general switch to say we are building for an
+# embedded device
+#
+options         CONFIG_EMBEDDED         # <config_embedded>
+
+# CONFIG_KEXT_BASEMENT - alloc post boot loaded kexts after prelinked kexts
+#
+options                CONFIG_KEXT_BASEMENT            #               # <config_kext_basement>
+