]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm64/conf/std.broadcom
tcp: make CUBIC the default congestion control mechanism.
[FreeBSD/FreeBSD.git] / sys / arm64 / conf / std.broadcom
1 #
2 # Broadcom SoC support
3 #
4
5 # SoC support
6 options         SOC_BRCM_BCM2837
7 options         SOC_BRCM_BCM2838
8 options         SOC_BRCM_NS2
9
10 # I2C
11 device          bcm2835_bsc             # Broadcom BCM283x I2C bus
12
13 # SPI
14 device          bcm2835_spi             # Broadcom BCM283x SPI bus
15
16 # Serial (COM) ports
17 device          uart_mu                 # RPI3 aux port
18 device          pl011
19
20 # Ethernet NICs
21 device          genet                   # Broadcom on RPi4
22
23 # USB support
24 device          dwcotg
25
26 # USB ethernet support
27 device          muge
28 device          smsc
29
30 # MMC/SD/SDIO Card slot support
31 device          sdhci
32
33 options         FDT
34 device          acpi
35
36 # DTBs
37 makeoptions     MODULES_EXTRA+="dtb/rpi"