]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/conf/MASTER
xnu-1228.tar.gz
[apple/xnu.git] / pexpert / conf / MASTER
index 84438831d66f5aa4ccdf8e43cc5dc96a35e12ae1..1588c80c540bcb531de0a4d65e27e26d4464e648 100644 (file)
 ident          PEXPERT
 
 options                MACH_PE         # Objective-C support           # <mach_pe>
-options         MACH_KERNEL
-options         DEBUG
+options                MACH_KERNEL
+options                DEBUG
+options     CONFIG_DTRACE      # dtrace support                        # <config_dtrace>
 
+options                PANIC_INFO      # want kernel panic info        # <panic_info>
+
+options                CONFIG_NO_PANIC_STRINGS         # <no_panic_str>
+options                CONFIG_NO_PRINTF_STRINGS        # <no_printf_str>
+options                CONFIG_NO_KPRINTF_STRINGS       # <no_kprintf_str>
+
+# configurable kernel - general switch to say we are building for an
+# embedded device
+#
+options   CONFIG_EMBEDDED                       # <config_embedded>