options.amd64 revision 214516
1116613Sphantom# $FreeBSD: head/sys/conf/options.amd64 214516 2010-10-29 18:38:36Z attilio $
2116613Sphantom# Options specific to AMD64 platform kernels
3116613Sphantom
4129437SruAUTO_EOI_1		opt_auto_eoi.h
5116613SphantomAUTO_EOI_2		opt_auto_eoi.h
6116613SphantomCOUNT_XINVLTLB_HITS	opt_smp.h
7116613SphantomCOUNT_IPIS		opt_smp.h
8116613SphantomMAXMEM
9116613SphantomPERFMON
10116613SphantomPMAP_SHPGPERPROC	opt_pmap.h
11116613SphantomMPTABLE_FORCE_HTT
12116613SphantomMP_WATCHDOG
13129437Sru
14116613Sphantom# Options for emulators.  These should only be used at config time, so
15116613Sphantom# they are handled like options for static filesystems
16116613Sphantom# (see src/sys/conf/options), except for broken debugging options.
17116613SphantomCOMPAT_FREEBSD32	opt_compat.h
18116613Sphantom#IBCS2			opt_dontuse.h
19116613Sphantom#COMPAT_LINUX		opt_dontuse.h
20116613SphantomCOMPAT_LINUX32		opt_compat.h
21116613Sphantom#COMPAT_SVR4		opt_dontuse.h
22116613Sphantom#DEBUG_SVR4		opt_svr4.h
23116613SphantomLINPROCFS		opt_dontuse.h
24116613SphantomLINSYSFS		opt_dontuse.h
25129437SruNDISAPI			opt_dontuse.h
26116613Sphantom
27116613SphantomTIMER_FREQ			opt_clock.h
28243202Sgrog
29116613Sphantom# options for serial support
30116613SphantomCOM_ESP			opt_sio.h
31116613SphantomCOM_MULTIPORT		opt_sio.h
32116613SphantomCONSPEED		opt_sio.h
33116613SphantomGDBSPEED		opt_sio.h
34116613SphantomCOM_NO_ACPI		opt_sio.h
35116613Sphantom
36129437SruVGA_ALT_SEQACCESS	opt_vga.h
37116613SphantomVGA_DEBUG		opt_vga.h
38233648SeadlerVGA_NO_FONT_LOADING	opt_vga.h
39197764SedwinVGA_NO_MODE_CHANGE	opt_vga.h
40197764SedwinVGA_SLOW_IOACCESS	opt_vga.h
41197764SedwinVGA_WIDTH90		opt_vga.h
42233648Seadler
43242743SgrogVESA
44116613SphantomVESA_DEBUG		opt_vesa.h
45116613Sphantom
46116613Sphantom# AGP debugging support
47116613SphantomAGP_DEBUG		opt_agp.h
48116613Sphantom
49116613SphantomATKBD_DFLT_KEYMAP	opt_atkbd.h
50116613Sphantom
51116613Sphantom# -------------------------------
52122992Sbrueffer# EOF
53129437Sru# -------------------------------
54129437SruHAMMER			opt_cpu.h
55116613SphantomPSM_HOOKRESUME		opt_psm.h
56116613SphantomPSM_RESETAFTERSUSPEND	opt_psm.h
57116613SphantomPSM_DEBUG		opt_psm.h
58129437SruDEV_ATPIC		opt_atpic.h
59129437Sru
60129437Sru# Debugging
61129437SruKDTRACE_FRAME		opt_kdtrace.h
62116613Sphantom
63116613Sphantom# BPF just-in-time compiler
64129437SruBPF_JITTER		opt_bpf.h
65116613Sphantom
66129437SruXENHVM			opt_global.h
67122992Sbrueffer