diff options
Diffstat (limited to 'sys/mips/conf/RT3352_FDT')
-rw-r--r-- | sys/mips/conf/RT3352_FDT | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sys/mips/conf/RT3352_FDT b/sys/mips/conf/RT3352_FDT new file mode 100644 index 0000000..ec33b9c --- /dev/null +++ b/sys/mips/conf/RT3352_FDT @@ -0,0 +1,30 @@ +# +# RT3352_FDT -- Kernel configuration file for FreeBSD/MIPS RT3352 SoC +# +# This includes all the configurable parts of the kernel. Please read through +# MEDIATEK kernel config and customize the options to fit your board if needed. +# +# $FreeBSD$ +# + +#NO_UNIVERSE + +# +# FDT_DTS_FILE should be modified to suit the target board type. +# +#makeoptions FDT_DTS_FILE=DIR-615-H1.dts + +# +# The user should never have to edit what's below this line. +# If customizations are needed, they should be done to the MEDIATEK kernel +# configuration. +# + +# Start with a base configuration +include MEDIATEK_BASE + +ident RT3352 +cpu CPU_MIPS24K + +# Include optional configuration (to be edited by the user if needed) +include MEDIATEK |