]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/conf/MASTER
xnu-1228.tar.gz
[apple/xnu.git] / libkern / conf / MASTER
index 3307faed8f86a4bb5a3995404e8c79bd83af43c1..611d129991c984661c5f52bd38917ca1d1dfc439 100644 (file)
 #
 ident          LIBKERN
 
-options                KDEBUG          # kernel tracing                # <kdebug>
-options                LIBKERNCPP      # C++ implementation            # <libkerncpp>
+options                KDEBUG                  # kernel tracing                # <kdebug>
+options                GPROF                   # kernel profiling              # <profile>
+options                LIBKERNCPP              # C++ implementation    # <libkerncpp>
+options                NETWORKING              # kernel networking             # <networking>
+options     CONFIG_DTRACE      # dtrace support                # <config_dtrace>
+options                CRYPTO                  # cryptographic routines        # <ipsec,crypto>
+options                ZLIB            # zlib support                  # <zlib>
+
+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                IPSEC                   # IP security   # <ipsec>