1# $FreeBSD: stable/11/sys/conf/options.amd64 318357 2017-05-16 17:49:15Z erj $
2# Options specific to AMD64 platform kernels
3
4AUTO_EOI_1		opt_auto_eoi.h
5AUTO_EOI_2		opt_auto_eoi.h
6COUNT_XINVLTLB_HITS	opt_smp.h
7COUNT_IPIS		opt_smp.h
8MAXMEM
9PERFMON
10MPTABLE_FORCE_HTT
11MP_WATCHDOG
12NKPT			opt_pmap.h
13PV_STATS		opt_pmap.h
14
15# Options for emulators.  These should only be used at config time, so
16# they are handled like options for static filesystems
17# (see src/sys/conf/options), except for broken debugging options.
18COMPAT_FREEBSD32	opt_compat.h
19#IBCS2			opt_dontuse.h
20#COMPAT_LINUX		opt_dontuse.h
21COMPAT_LINUX32		opt_compat.h
22#COMPAT_SVR4		opt_dontuse.h
23#DEBUG_SVR4		opt_svr4.h
24LINPROCFS		opt_dontuse.h
25LINSYSFS		opt_dontuse.h
26NDISAPI			opt_dontuse.h
27
28TIMER_FREQ			opt_clock.h
29
30# options for serial support
31COM_ESP			opt_sio.h
32COM_MULTIPORT		opt_sio.h
33CONSPEED		opt_sio.h
34GDBSPEED		opt_sio.h
35COM_NO_ACPI		opt_sio.h
36
37VGA_ALT_SEQACCESS	opt_vga.h
38VGA_DEBUG		opt_vga.h
39VGA_NO_FONT_LOADING	opt_vga.h
40VGA_NO_MODE_CHANGE	opt_vga.h
41VGA_SLOW_IOACCESS	opt_vga.h
42VGA_WIDTH90		opt_vga.h
43
44VESA
45VESA_DEBUG		opt_vesa.h
46
47# AGP debugging support
48AGP_DEBUG		opt_agp.h
49
50ATKBD_DFLT_KEYMAP	opt_atkbd.h
51
52# iWARP client interface support in ixl
53IXL_IW			opt_ixl.h
54
55# -------------------------------
56# EOF
57# -------------------------------
58HAMMER			opt_cpu.h
59PSM_HOOKRESUME		opt_psm.h
60PSM_RESETAFTERSUSPEND	opt_psm.h
61PSM_DEBUG		opt_psm.h
62DEV_ATPIC		opt_atpic.h
63
64# BPF just-in-time compiler
65BPF_JITTER		opt_bpf.h
66
67XENHVM			opt_global.h
68
69# options for the Intel C600 SAS driver (isci)
70ISCI_LOGGING	opt_isci.h
71
72# EFI Runtime services support
73EFIRT			opt_efirt.h
74