options.amd64 revision 266272
1# $FreeBSD: stable/10/sys/conf/options.amd64 266272 2014-05-16 21:56:33Z sbruno $
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
24IMAGACT_BINMISC		opt_dontuse.h
25LINPROCFS		opt_dontuse.h
26LINSYSFS		opt_dontuse.h
27NDISAPI			opt_dontuse.h
28
29TIMER_FREQ			opt_clock.h
30
31# options for serial support
32COM_ESP			opt_sio.h
33COM_MULTIPORT		opt_sio.h
34CONSPEED		opt_sio.h
35GDBSPEED		opt_sio.h
36COM_NO_ACPI		opt_sio.h
37
38VGA_ALT_SEQACCESS	opt_vga.h
39VGA_DEBUG		opt_vga.h
40VGA_NO_FONT_LOADING	opt_vga.h
41VGA_NO_MODE_CHANGE	opt_vga.h
42VGA_SLOW_IOACCESS	opt_vga.h
43VGA_WIDTH90		opt_vga.h
44
45VESA
46VESA_DEBUG		opt_vesa.h
47
48# AGP debugging support
49AGP_DEBUG		opt_agp.h
50
51ATKBD_DFLT_KEYMAP	opt_atkbd.h
52
53# -------------------------------
54# EOF
55# -------------------------------
56HAMMER			opt_cpu.h
57PSM_HOOKRESUME		opt_psm.h
58PSM_RESETAFTERSUSPEND	opt_psm.h
59PSM_DEBUG		opt_psm.h
60DEV_ATPIC		opt_atpic.h
61
62# Debugging
63KDTRACE_FRAME		opt_kdtrace.h
64
65# BPF just-in-time compiler
66BPF_JITTER		opt_bpf.h
67
68XENHVM			opt_global.h
69
70# options for the Intel C600 SAS driver (isci)
71ISCI_LOGGING	opt_isci.h
72