]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/MT7628_FDT
Fix IPv6 socket option race condition and use after free.
[FreeBSD/FreeBSD.git] / sys / mips / conf / MT7628_FDT
1 #
2 # MT7628_FDT -- Kernel configuration file for FreeBSD/MIPS MT7628 and MT7688
3 # SoCs
4 #
5 # This includes all the configurable parts of the kernel.
6 #
7 # $FreeBSD$
8 #
9
10 #NO_UNIVERSE
11
12 #
13 # FDT_DTS_FILE should be modified to suit the target board type.
14 #
15 #makeoptions    FDT_DTS_FILE=LINKIT7688.dts
16
17 # Start with a base configuration
18 include         "../mediatek/std.mediatek"
19
20 ident           MT7628
21 cpu             CPU_MIPS24K
22
23 # Don't build any modules by default
24 makeoptions     MODULES_OVERRIDE=""
25
26 # Default rootfs device configuration, should be changed to suit target board
27 options         ROOTDEVNAME=\"ufs:md0.uzip\"
28
29 # Support geom_uzip(4) compressed disk images
30 device          xz
31 options         GEOM_UZIP
32
33 # Support md(4) and md-based rootfs
34 device          md
35 options         MD_ROOT
36
37 # Interrupt controller support
38 device          mtk_intr_v2
39
40 # UART device support is compiled in when uart_ns8250 is selected (default)
41
42 # SPI and SPI flash support
43 device          mtk_spi_v2
44 device          spibus
45 device          mx25l
46
47 # GPIO and gpioled support
48 device          mtk_gpio_v2
49 device          gpio
50 device          gpioled
51
52 # PCI support
53 device          pci
54
55 # USB (ehci, ohci) support
56 device          usb
57 device          mtk_usb_phy
58 device          ehci
59 device          ohci
60
61 # USB umass(4) storage and da(4) support
62 device          umass
63 device          da
64
65 # CAM support, required if umass(4) is enabled above
66 device          pass
67 device          scbus
68
69 # Ethernet, BPF and bridge support
70 device          rt
71 device          bpf
72 device          if_bridge
73
74 # Extres
75 device          ext_resources
76 device          clk