]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/RT3883_FDT
Modularize xz.
[FreeBSD/FreeBSD.git] / sys / mips / conf / RT3883_FDT
1 #
2 # RT3883_FDT -- Kernel configuration file for FreeBSD/MIPS RT3662 and RT3883
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=DIR-645.dts
16
17 # Start with a base configuration
18 include         "../mediatek/std.mediatek"
19
20 ident           RT3883
21 cpu             CPU_MIPS74K
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_v1
39
40 # UART device support
41 nodevice        uart_ns8250
42 device          uart_dev_mtk
43
44 # SPI and SPI flash support
45 device          mtk_spi_v1
46 device          spibus
47 device          mx25l
48
49 # CFI support
50 #device                 cfi
51 #device                 cfid
52
53 # GPIO and gpioled support
54 device          mtk_gpio_v1
55 device          gpio
56 device          gpioled
57
58 # USB (dwcotg) support
59 device          usb
60 device          mtk_usb_phy
61 device          dwcotg
62
63 # USB umass(4) storage and da(4) support
64 device          umass
65 device          da
66
67 # CAM support, required if umass(4) is enabled above
68 device          pass
69 device          scbus
70
71 # Ethernet, BPF and bridge support
72 device          rt
73 device          bpf
74 device          if_bridge
75
76 # Extres
77 options         EXT_RESOURCES
78 device          clk
79
80 # For now there's no etherswitch support for RT3662/RT3883
81 nodevice        etherswitch
82 nodevice        mtkswitch