xref: /netbsd/sys/arch/i386/conf/std.i386 (revision 6550d01e)
1# $NetBSD: std.i386,v 1.30 2010/02/09 22:44:43 tonio Exp $
2#
3# standard, required NetBSD/i386 'options'
4
5machine i386 x86
6include		"conf/std"	# MI standard options
7
8options 	EXEC_AOUT	# exec a.out binaries
9options 	EXEC_ELF32	# exec ELF binaries
10options 	EXEC_SCRIPT	# exec #! scripts
11options 	CPU_IN_CKSUM
12#options 	CRYPTO_MD_DES_ENC	# machine-dependant code for DES
13#options 	CRYPTO_MD_DES_CBC	# machine-dependant DES CBC code
14#options 	CRYPTO_MD_BF_ENC	# machine-dependant code for BF_encrypt
15#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
16options		MULTIPROCESSOR		# multiprocessor support
17options 	MPBIOS			# configure CPUs and APICs using MPBIOS
18
19mainbus0 at root
20cpu* at mainbus?
21ioapic* at mainbus?
22
23# Atheros HAL options
24include "external/isc/atheros_hal/conf/std.ath_hal"
25