X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..316670eb35587141e969394ae8537d66b9211e80:/libkern/conf/MASTER diff --git a/libkern/conf/MASTER b/libkern/conf/MASTER index 783f1af08..1e25a04c3 100644 --- a/libkern/conf/MASTER +++ b/libkern/conf/MASTER @@ -51,13 +51,17 @@ # ident LIBKERN -options HIBERNATION # system hibernation # +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 CONFIG_DTRACE # dtrace support # +options VM_PRESSURE_EVENTS # options CRYPTO # cryptographic routines # +options ALLCRYPTO # options ZLIB # zlib support # options IOKITSTATS # IOKit statistics # @@ -69,11 +73,22 @@ 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 # +# configurable kernel - general switch to say we are building for an +# embedded device +# +options CONFIG_EMBEDDED # + # secure_kernel - secure kernel from user programs options SECURE_KERNEL # + +options DEBUG # +options MACH_ASSERT #