mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
Build the supported DTBs as part of modules build. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate)
83 lines
1 KiB
Text
83 lines
1 KiB
Text
#
|
|
# Kernel configuration for Marvell Armada38x
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "../mv/armada38x/std.armada38x"
|
|
include "std.armv6"
|
|
|
|
ident ARMADA38X
|
|
|
|
options SOC_MV_ARMADA38X
|
|
|
|
makeoptions WERROR="-Werror"
|
|
makeoptions MODULES_EXTRA="dtb/mv"
|
|
|
|
options MD_ROOT
|
|
#makeoptions MFS_IMAGE=/path/to/miniroot
|
|
#options ROOTDEVNAME=\"ufs:md0\"
|
|
options ROOTDEVNAME=\"/dev/da0s1a\"
|
|
|
|
options SCHED_ULE # ULE scheduler
|
|
options SMP
|
|
|
|
options VM_KMEM_SIZE_MAX=0x9CCD000
|
|
|
|
# Pseudo devices
|
|
device random
|
|
device pty
|
|
device loop
|
|
device md
|
|
|
|
# Serial ports
|
|
device uart
|
|
device uart_snps
|
|
|
|
# Network
|
|
device ether
|
|
device vlan
|
|
device mii
|
|
device bpf
|
|
device re
|
|
device mdio
|
|
device etherswitch
|
|
device e6000sw
|
|
|
|
# PCI
|
|
device pci
|
|
|
|
# Interrupt controllers
|
|
device gic
|
|
options INTRNG
|
|
|
|
# Timers
|
|
device mpcore_timer
|
|
|
|
# USB
|
|
device usb
|
|
device ehci
|
|
device xhci
|
|
device umass
|
|
device scbus
|
|
device pass
|
|
device da
|
|
|
|
# SATA
|
|
device ahci
|
|
|
|
# I2C
|
|
device iic
|
|
device iicbus
|
|
device twsi
|
|
|
|
# CESA
|
|
device cesa
|
|
device crypto
|
|
device cryptodev
|
|
|
|
# L2 Cache
|
|
device pl310
|
|
|
|
# FDT
|
|
options FDT
|