xref: /netbsd-src/sys/arch/xen/conf/files.compat (revision fad4c9f71477ae11cea2ee75ec82151ac770a534)
1#	$NetBSD: files.compat,v 1.11 2006/04/09 19:28:00 bouyer Exp $
2#	NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp
3
4# options for MP configuration through the MP spec
5#defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
6#defflag opt_mpacpi.h MPACPI MPACPI_SCANPCI
7
8# MTRR support
9defflag                 MTRR
10
11defflag opt_xen.h		XEN XEN3
12
13
14# XXX define fake options to make config create the .h files
15defflag	ioapic.h		XXXIOAPIC
16defflag	lapic.h			XXXLAPIC
17defflag	apm.h			XXXAPM
18defflag	eisa.h			XXXEISA
19defflag	isadma.h		XXXISADMA
20defflag	mca.h			XXXMCA
21defflag	ega.h			XXXEGA
22defflag	pcdisplay.h		XXXPCDISPLAY
23defflag	pc.h			XXXPC
24defflag	bios32.h		XXXBIOS32
25defflag	pnpbios.h		XXXPNPBIOS
26defflag	vesabios.h		XXXVESABIOS
27defflag	bioscall.h		XXXBIOSCALL
28defflag	opt_pcibios.h		XXXOPT_PCIBIOS
29defflag	opt_pcifixup.h		XXXOPT_PCIFIXUP
30defflag	opt_mpacpi.h		XXXOPT_MPACPI
31defflag	opt_mpbios.h		XXXOPT_MPBIOS
32
33# VM86 emulation
34defflag	opt_vm86.h			XXXVM86
35defflag	opt_kvm86.h			XXXKVM86
36
37# Floating point emulation
38defflag opt_math_emulate.h		XXXMATH_EMULATE
39
40# User-settable LDT (used by WINE)
41defflag	opt_user_ldt.h			XXXUSER_LDT
42
43# X server support in console drivers
44defflag	opt_xserver.h			XXXXSERVER XXXXSERVER_DDB
45
46# The REAL{BASE,EXT}MEM options
47defparam opt_realmem.h			XXXREALBASEMEM XXXREALEXTMEM
48
49# understand boot device passed by pre-1.3 bootblocks
50defflag	opt_compat_oldboot.h		XXXCOMPAT_OLDBOOT
51
52# Large page size
53defflag	opt_largepages.h		XXXLARGEPAGES
54
55# kernel stack debug
56defflag	opt_kstack_dr0.h		XXXKSTACK_CHECK_DR0
57