X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..6d2010ae8f7a6078e10b361c6962983bab233e0f:/libkern/conf/MASTER diff --git a/libkern/conf/MASTER b/libkern/conf/MASTER index 2ca7aafb2..783f1af08 100644 --- a/libkern/conf/MASTER +++ b/libkern/conf/MASTER @@ -51,6 +51,7 @@ # ident LIBKERN +options HIBERNATION # system hibernation # options KDEBUG # kernel tracing # options GPROF # kernel profiling # options LIBKERNCPP # C++ implementation # @@ -58,6 +59,7 @@ options NETWORKING # kernel networking # options CONFIG_DTRACE # dtrace support # options CRYPTO # cryptographic routines # options ZLIB # zlib support # +options IOKITSTATS # IOKit statistics # options CONFIG_NO_PANIC_STRINGS # options CONFIG_NO_PRINTF_STRINGS # @@ -67,3 +69,11 @@ options IPSEC # IP security # options CONFIG_KXLD # kxld/runtime linking of kexts # +# 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 # +