1######################################################################
2#  
3#  Standard Apple Mac OS Configurations:
4#  -------- ----- ------ ---------------
5#
6#  RELEASE	= [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep iokitstats vm_pressure_events memorystatus ]
7#  PROFILE	= [ RELEASE profile ]
8#  DEBUG	= [ RELEASE debug mach_assert ]
9#
10#  EMBEDDED	= [ intel mach iokitcpp hibernation no_kextd bsmall crypto ]
11#  DEVELOPMENT	= [ EMBEDDED development ]
12#
13######################################################################
14
15machine		"x86_64"					# <intel>
16cpu		"x86_64"					# <intel>
17
18#
19# Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and 
20# security/conf MASTER files.
21#
22options         CONFIG_MACF                     # Mandatory Access Control Framework
23
24options		NO_KEXTD				# <no_kextd>
25
26options     NO_NESTED_PMAP                  # <no_nested_pmap>
27