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