Date: Thu, 24 Dec 2015 15:58:33 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292693 - head/sys/conf Message-ID: <201512241558.tBOFwXVY012083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Dec 24 15:58:33 2015 New Revision: 292693 URL: https://svnweb.freebsd.org/changeset/base/292693 Log: Flesh out some build time configuration options for the realtek/mediatek ports. The sys/mips/rt305x/ code currently has these hard-coded with a comment to make them configurable; this is the first step towards that. Submitted by: Stanislav Galabov <sgalabov@gmail.com> Modified: head/sys/conf/options.mips Modified: head/sys/conf/options.mips ============================================================================== --- head/sys/conf/options.mips Thu Dec 24 15:52:21 2015 (r292692) +++ head/sys/conf/options.mips Thu Dec 24 15:58:33 2015 (r292693) @@ -121,6 +121,18 @@ IF_RT_PHY_SUPPORT opt_if_rt.h IF_RT_RING_DATA_COUNT opt_if_rt.h # +# Options that control the Ralink/Mediatek SoC type. +# +MT7620 opt_rt305x.h +RT5350 opt_rt305x.h +RT305XF opt_rt305x.h +RT3052F opt_rt305x.h +RT3050F opt_rt305x.h +RT305X opt_rt305x.h +RT305X_UBOOT opt_rt305x.h +RT305X_USE_UART opt_rt305x.h + +# # Options that affect the pmap. # PV_STATS opt_pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241558.tBOFwXVY012083>