xref: /netbsd/sys/arch/xen/conf/files.compat (revision 6550d01e)
1#	$NetBSD: files.compat,v 1.22 2009/10/03 20:56:39 jmcneill 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 PAE
12
13
14# XXX define fake options to make config create the .h files
15defflag	lapic.h			XXXLAPIC
16defflag	apm.h			XXXAPM
17defflag	apmbios.h		XXXAPMBIOS
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	pnpbios.h		XXXPNPBIOS
25defflag	bioscall.h		XXXBIOSCALL
26defflag	opt_pcibios.h		XXXOPT_PCIBIOS
27defflag	opt_pcifixup.h		XXXOPT_PCIFIXUP
28
29# VM86 emulation
30defflag	opt_vm86.h			XXXVM86
31defflag	opt_kvm86.h			XXXKVM86
32
33# User-settable LDT (used by WINE)
34defflag	opt_user_ldt.h			XXXUSER_LDT
35
36# X server support in console drivers
37defflag	opt_xserver.h			XXXXSERVER XXXXSERVER_DDB
38
39# The REAL{BASE,EXT}MEM options
40defparam opt_realmem.h			XXXREALBASEMEM XXXREALEXTMEM
41
42# understand boot device passed by pre-1.3 bootblocks
43defflag	opt_compat_oldboot.h		XXXCOMPAT_OLDBOOT
44
45# Large page size
46defflag	opt_largepages.h		XXXLARGEPAGES
47
48# kernel stack debug
49defflag	opt_kstack_dr0.h		XXXKSTACK_CHECK_DR0
50
51# Microsoft Xbox support
52defflag	opt_xbox.h			XXXXBOX
53
54#Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation)
55defflag opt_intel_odcm.h	XXXINTEL_ONDEMAND_CLOCKMOD
56
57# Intel On Die Temperature sensor
58defflag opt_intel_coretemp.h		XXXINTEL_CORETEMP
59
60# VIA C7 Temperature sensor
61defflag	opt_via_c7temp.h		XXXVIA_CORETEMP
62
63# Multiboot support
64defflag 	opt_multiboot.h		XXXMULTIBOOT
65
66# The PHYSMEM_MAX_{SIZE,ADDR} optionms
67defparam opt_physmem.h	XXXPHYSMEM_MAX_ADDR XXXPHYSMEM_MAX_SIZE
68