RT3050_FDT revision 345344
1#
2# RT3050_FDT -- Kernel configuration file for FreeBSD/MIPS RT3050, RT3052 and
3# RT3350 SoCs
4#
5# This includes all the configurable parts of the kernel.
6#
7# $FreeBSD: stable/11/sys/mips/conf/RT3050_FDT 345344 2019-03-20 18:49:45Z kib $
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-600-B1.dts
16
17# Start with a base configuration
18include 	"../mediatek/std.mediatek"
19
20ident 		RT3050
21cpu 		CPU_MIPS24K
22
23# Don't build any modules by default
24makeoptions 	MODULES_OVERRIDE=""
25
26# Default rootfs device configuration, should be changed to suit target board
27options 	ROOTDEVNAME=\"ufs:md0.uzip\"
28
29# Support geom_uzip(4) compressed disk images
30device		xz
31options 	GEOM_UZIP
32
33# Support md(4) and md-based rootfs
34device 		md
35options 	MD_ROOT
36
37# Interrupt controller support
38device 		mtk_intr_v1
39
40# UART device support
41nodevice 	uart_ns8250
42device 		uart_dev_mtk
43
44# SPI and SPI flash support
45device 		mtk_spi_v1
46device 		spibus
47device 		mx25l
48
49# CFI support
50device 		cfi
51device 		cfid
52
53# GPIO and gpioled support
54device 		mtk_gpio_v1
55device 		gpio
56device 		gpioled
57
58# USB (dwcotg) support
59device 		usb
60device 		mtk_usb_phy
61device 		dwcotg
62
63# USB umass(4) storage and da(4) support
64device 		umass
65device 		da
66
67# CAM support, required if umass(4) is enabled above
68device 		pass
69device 		scbus
70
71# Ethernet, BPF and bridge support
72device 		rt
73device 		bpf
74device 		if_bridge
75
76# Extres
77device 		ext_resources
78device 		clk
79