From owner-svn-src-all@freebsd.org Thu Dec 24 15:58:34 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0AB4A50F88; Thu, 24 Dec 2015 15:58:34 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7141EF1; Thu, 24 Dec 2015 15:58:34 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOFwXTR012084; Thu, 24 Dec 2015 15:58:33 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOFwXVY012083; Thu, 24 Dec 2015 15:58:33 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201512241558.tBOFwXVY012083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Thu, 24 Dec 2015 15:58:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292693 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:58:34 -0000 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 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