X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..39236c6e673c41db228275375ab7fdb0f837b292:/libkern/conf/MASTER diff --git a/libkern/conf/MASTER b/libkern/conf/MASTER index b87e166d0..edcb732a6 100644 --- a/libkern/conf/MASTER +++ b/libkern/conf/MASTER @@ -51,6 +51,39 @@ # ident LIBKERN -options KDEBUG # kernel tracing # -options GPROF # kernel profiling # -options LIBKERNCPP # C++ implementation # +options HIBERNATION # system hibernation # +options KDEBUG # kernel tracing # +options IST_KDEBUG # limited tracing # +options NO_KDEBUG # no kernel tracing # +options GPROF # kernel profiling # +options LIBKERNCPP # C++ implementation # +options NETWORKING # kernel networking # +options CONFIG_DTRACE # dtrace support # +options VM_PRESSURE_EVENTS # +options CRYPTO # cryptographic routines # +options ALLCRYPTO # +options ZLIB # zlib support # +options IOKITSTATS # IOKit statistics # + +options CONFIG_NO_PANIC_STRINGS # +options CONFIG_NO_PRINTF_STRINGS # +options CONFIG_NO_KPRINTF_STRINGS # + +options IPSEC # IP security # + +options CONFIG_KXLD # kxld/runtime linking of kexts # + +options CONFIG_KEC_FIPS # Kernel External Components for FIPS compliance (KEC_FIPS) # + + +# Note that when adding this config option to an architecture, one MUST +# add the architecture to the preprocessor test at the beginning of +# libkern/kmod/cplus_{start.c,stop.c}. +options CONFIG_STATIC_CPPINIT # Static library initializes kext cpp runtime # + +# secure_kernel - secure kernel from user programs +options SECURE_KERNEL # + + +options DEBUG # +options MACH_ASSERT #