mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
34 lines
729 B
Text
34 lines
729 B
Text
# $FreeBSD$
|
|
|
|
options FDT
|
|
|
|
# Undo options from sys/conf/NOTES that we do not want...
|
|
|
|
nooptions COMPAT_FREEBSD4
|
|
nooptions COMPAT_FREEBSD5
|
|
nooptions COMPAT_FREEBSD6
|
|
nooptions COMPAT_FREEBSD7
|
|
nooptions COMPAT_FREEBSD9
|
|
nooptions PPC_PROBE_CHIPSET
|
|
nooptions MAXCPU # value is set in machine/param.h
|
|
|
|
# Devices in sys/conf/NOTES for which no such hardware exists on arm,
|
|
# or the drivers don't compile...
|
|
|
|
nodevice sym
|
|
|
|
nodevice ccr
|
|
nodevice cxgbe
|
|
nodevice cxgbev
|
|
nodevice snd_cmi
|
|
|
|
nodevice mpr
|
|
nodevice mps
|
|
|
|
# Add devices which are specific to various arm platforms...
|
|
|
|
device twsi # i2c controller on Marvel and Allwinner
|
|
|
|
device pl330 # ARM PL330 dma controller
|
|
device xdma # xDMA framework for SoC on-chip dma controllers
|
|
|