Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / sparc64 / conf / std.sparc64
blob7060b416803dfcadfc45b564c6272432ee3239d2
1 #       $NetBSD: std.sparc64,v 1.17 2008/02/03 13:27:12 martin Exp $
4 # Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
5 # 64-bit kernels.  Options which require different settings for 32-bit
6 # kernels are adjusted by also including "std.sparc64-32".
9 machine         sparc64         # Machine architecture; required by config(8)
10 include         "conf/std"      # MI standard options
12 makeoptions     LP64="yes"
14 options         EXEC_SCRIPT     # execve(2) support for scripts
15 options         EXEC_ELF64      # 64-bit NetBSD and SunOS 5 bins
17 options         CPU_IN_CKSUM    # use optimized checksum method
19 # Atheros HAL options
20 include "external/isc/atheros_hal/conf/std.ath_hal"