X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..bd504ef0e0b883cdd7917b73b3574eb9ce669905:/libsa/conf/MASTER?ds=sidebyside diff --git a/libsa/conf/MASTER b/libsa/conf/MASTER index c2690d207..a47e74813 100644 --- a/libsa/conf/MASTER +++ b/libsa/conf/MASTER @@ -51,13 +51,17 @@ # ident LIBSA -options KDEBUG # kernel tracing # +options KDEBUG # kernel tracing # +options IST_KDEBUG # limited tracing # +options NO_KDEBUG # no kernel tracing # + options GPROF # kernel profiling # options CONFIG_NOLIBKLD # kernel linker # options MALLOC_RESET_GC # options CONFIG_DTRACE # +options VM_PRESSURE_EVENTS # options CONFIG_NO_PANIC_STRINGS # options CONFIG_NO_PRINTF_STRINGS # @@ -65,3 +69,14 @@ options CONFIG_NO_KPRINTF_STRINGS # options CONFIG_KXLD # kxld/runtime linking of kexts # +options DEVELOPMENT # dev kernel # + +# configurable kernel - general switch to say we are building for an +# embedded device +# +options CONFIG_EMBEDDED # + +# CONFIG_KEXT_BASEMENT - alloc post boot loaded kexts after prelinked kexts +# +options CONFIG_KEXT_BASEMENT # # +