freebsd-dev/sys/mips/conf/RT3352_FDT
Stanislav Galabov f506fee29c Rework Mediatek/Ralink configuration files
Only compile what each SoC needs and get rid of MEDIATEK generic config.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D5996
2016-04-21 07:40:03 +00:00

75 lines
1.3 KiB
Plaintext

#
# RT3352_FDT -- Kernel configuration file for FreeBSD/MIPS RT3352 SoC
#
# This includes all the configurable parts of the kernel.
#
# $FreeBSD$
#
#NO_UNIVERSE
#
# FDT_DTS_FILE should be modified to suit the target board type.
#
#makeoptions FDT_DTS_FILE=DIR-615-H1.dts
# Start with a base configuration
include "../mediatek/std.mediatek"
ident RT3352
cpu CPU_MIPS24K
# Don't build any modules by default
makeoptions MODULES_OVERRIDE=""
# Default rootfs device configuration, should be changed to suit target board
options ROOTDEVNAME=\"ufs:md0.uzip\"
# Support geom_uzip(4) compressed disk images
device geom_uzip
options GEOM_UZIP
# Support md(4) and md-based rootfs
device md
options MD_ROOT
# Interrupt controller support
device mtk_intr_v1
# UART device support
nodevice uart_ns8250
device uart_dev_mtk
# SPI and SPI flash support
device mtk_spi_v1
device spibus
device mx25l
# GPIO and gpioled support
device mtk_gpio_v1
device gpio
device gpioled
# USB (ehci, ohci) support
device usb
device mtk_usb_phy
device ehci
device ohci
# USB umass(4) storage and da(4) support
device umass
device da
# CAM support, required if umass(4) is enabled above
device pass
device scbus
# Ethernet, BPF and bridge support
device rt
device bpf
device if_bridge
# Extres
device ext_resources
device clk