]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm64/conf/GENERIC
Merge ACPICA 20170831.
[FreeBSD/FreeBSD.git] / sys / arm64 / conf / GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 cpu             ARM64
22 ident           GENERIC
23
24 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
25 makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
26
27 options         SCHED_ULE               # ULE scheduler
28 options         PREEMPTION              # Enable kernel thread preemption
29 options         INET                    # InterNETworking
30 options         INET6                   # IPv6 communications protocols
31 options         IPSEC                   # IP (v4/v6) security
32 options         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
33 options         TCP_HHOOK               # hhook(9) framework for TCP
34 options         TCP_OFFLOAD             # TCP offload
35 options         SCTP                    # Stream Control Transmission Protocol
36 options         FFS                     # Berkeley Fast Filesystem
37 options         SOFTUPDATES             # Enable FFS soft updates support
38 options         UFS_ACL                 # Support for access control lists
39 options         UFS_DIRHASH             # Improve performance on big directories
40 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
41 options         QUOTA                   # Enable disk quotas for UFS
42 options         MD_ROOT                 # MD is a potential root device
43 options         NFSCL                   # Network Filesystem Client
44 options         NFSD                    # Network Filesystem Server
45 options         NFSLOCKD                # Network Lock Manager
46 options         NFS_ROOT                # NFS usable as /, requires NFSCL
47 options         MSDOSFS                 # MSDOS Filesystem
48 options         CD9660                  # ISO 9660 Filesystem
49 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
50 options         PSEUDOFS                # Pseudo-filesystem framework
51 options         GEOM_PART_GPT           # GUID Partition Tables.
52 options         GEOM_RAID               # Soft RAID functionality.
53 options         GEOM_LABEL              # Provides labelization
54 options         COMPAT_FREEBSD11        # Compatible with FreeBSD11
55 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
56 options         KTRACE                  # ktrace(1) support
57 options         STACK                   # stack(9) support
58 options         SYSVSHM                 # SYSV-style shared memory
59 options         SYSVMSG                 # SYSV-style message queues
60 options         SYSVSEM                 # SYSV-style semaphores
61 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
63 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
64 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
65 options         AUDIT                   # Security event auditing
66 options         CAPABILITY_MODE         # Capsicum capability mode
67 options         CAPABILITIES            # Capsicum capabilities
68 options         MAC                     # TrustedBSD MAC Framework
69 options         KDTRACE_FRAME           # Ensure frames are compiled in
70 options         KDTRACE_HOOKS           # Kernel DTrace hooks
71 options         VFP                     # Floating-point support
72 options         RACCT                   # Resource accounting framework
73 options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
74 options         RCTL                    # Resource limits
75 options         SMP
76 options         INTRNG
77
78 # Debugging support.  Always need this:
79 options         KDB                     # Enable kernel debugger support.
80 options         KDB_TRACE               # Print a stack trace for a panic.
81 # For full debugger support use (turn off in stable branch):
82 options         DDB                     # Support DDB.
83 #options        GDB                     # Support remote GDB.
84 options         DEADLKRES               # Enable the deadlock resolver
85 options         INVARIANTS              # Enable calls of extra sanity checking
86 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
87 options         WITNESS                 # Enable checks to detect deadlocks and cycles
88 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
89 options         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
90
91 # SoC support
92 options         SOC_ALLWINNER_A64
93 options         SOC_ALLWINNER_H5
94 options         SOC_CAVM_THUNDERX
95 options         SOC_HISI_HI6220
96 options         SOC_BRCM_BCM2837
97
98 # Annapurna Alpine drivers
99 device          al_ccu                  # Alpine Cache Coherency Unit
100 device          al_nb_service           # Alpine North Bridge Service
101 device          al_iofic                # I/O Fabric Interrupt Controller
102 device          al_serdes               # Serializer/Deserializer
103 device          al_udma                 # Universal DMA
104
105 # VirtIO support
106 device          virtio
107 device          virtio_pci
108 device          virtio_mmio
109 device          virtio_blk
110 device          vtnet
111
112 # CPU frequency control
113 device          cpufreq
114
115 # Bus drivers
116 device          pci
117 device          al_pci          # Annapurna Alpine PCI-E
118 options         PCI_HP                  # PCI-Express native HotPlug
119 options         PCI_IOV         # PCI SR-IOV support
120
121 # Ethernet NICs
122 device          mii
123 device          miibus          # MII bus support
124 device          awg             # Allwinner EMAC Gigabit Ethernet
125 device          axgbe           # AMD Opteron A1100 integrated NIC
126 device          em              # Intel PRO/1000 Gigabit Ethernet Family
127 device          ix              # Intel 10Gb Ethernet Family
128 device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
129 device          smc             # SMSC LAN91C111
130 device          vnic            # Cavium ThunderX NIC
131 device          al_eth          # Annapurna Alpine Ethernet NIC
132
133 # Block devices
134 device          ahci
135 device          scbus
136 device          da
137
138 # ATA/SCSI peripherals
139 device          pass            # Passthrough device (direct ATA/SCSI access)
140
141 # MMC/SD/SDIO Card slot support
142 device          sdhci
143 device          aw_mmc                  # Allwinner SD/MMC controller
144 device          mmc                     # mmc/sd bus
145 device          mmcsd                   # mmc/sd flash cards
146 device          dwmmc
147
148 # Serial (COM) ports
149 device          uart            # Generic UART driver
150 device          uart_ns8250     # ns8250-type UART driver
151 device          uart_snps
152 device          pl011
153
154 # USB support
155 options         USB_DEBUG               # enable debug msgs
156 device          aw_ehci                 # Allwinner EHCI USB interface (USB 2.0)
157 device          aw_usbphy               # Allwinner USB PHY
158 device          dwcotg                  # DWC OTG controller
159 device          ohci                    # OHCI USB interface
160 device          ehci                    # EHCI USB interface (USB 2.0)
161 device          xhci                    # XHCI PCI->USB interface (USB 3.0)
162 device          usb                     # USB Bus (required)
163 device          ukbd                    # Keyboard
164 device          umass                   # Disks/Mass storage - Requires scbus and da
165
166 # USB ethernet support
167 device          smcphy
168 device          smsc
169
170 # GPIO
171 device          aw_gpio         # Allwinner GPIO controller
172 device          gpio
173 device          gpioled
174 device          fdt_pinctrl
175
176 # I2C
177 device          aw_rsb          # Allwinner Reduced Serial Bus
178 device          bcm2835_bsc     # Broadcom BCM283x I2C bus
179 device          iicbus
180 device          iic
181 device          twsi            # Allwinner I2C controller
182
183 # Clock and reset controllers
184 device          aw_ccu          # Allwinner clock controller
185
186 # Interrupt controllers
187 device          aw_nmi          # Allwinner NMI support
188
189 # Real-time clock support
190 device          aw_rtc          # Allwinner Real-time Clock
191
192 # Watchdog controllers
193 device          aw_wdog         # Allwinner Watchdog
194
195 # Power management controllers
196 device          axp81x          # X-Powers AXP81x PMIC
197
198 # EFUSE
199 device          aw_sid          # Allwinner Secure ID EFUSE
200
201 # Thermal sensors
202 device          aw_thermal      # Allwinner Thermal Sensor Controller
203
204 # SPI
205 device          spibus
206 device          bcm2835_spi     # Broadcom BCM283x SPI bus
207
208 # Console
209 device          vt
210 device          kbdmux
211
212 # Pseudo devices.
213 device          loop            # Network loopback
214 device          random          # Entropy device
215 device          ether           # Ethernet support
216 device          vlan            # 802.1Q VLAN support
217 device          tun             # Packet tunnel.
218 device          md              # Memory "disks"
219 device          gif             # IPv6 and IPv4 tunneling
220 device          firmware        # firmware assist module
221 device          psci            # Support for ARM PSCI
222
223 # EXT_RESOURCES pseudo devices
224 options         EXT_RESOURCES
225 device          clk
226 device          phy
227 device          hwreset
228 device          regulator
229
230 # The `bpf' device enables the Berkeley Packet Filter.
231 # Be aware of the administrative consequences of enabling this!
232 # Note that 'bpf' is required for DHCP.
233 device          bpf             # Berkeley packet filter
234
235 # Chip-specific errata
236 options         THUNDERX_PASS_1_1_ERRATA
237
238 options         FDT
239 device          acpi
240
241 # The crypto framework is required by IPSEC
242 device          crypto                  # Required by IPSEC