svn commit: r300017 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Tue May 17 07:10:31 UTC 2016


Author: adrian
Date: Tue May 17 07:10:30 2016
New Revision: 300017
URL: https://svnweb.freebsd.org/changeset/base/300017

Log:
  [bwn] add the BWN_GPL_PHY option.
  
  This will eventually enable building the GPL PHY hooks needed for
  running b43 based PHYs.  For now it'll just build PHY-N.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Tue May 17 07:09:24 2016	(r300016)
+++ head/sys/conf/options	Tue May 17 07:10:30 2016	(r300017)
@@ -856,6 +856,7 @@ BWI_DEBUG_VERBOSE	opt_bwi.h
 
 # options for the Brodacom BCM43xx driver (bwn)
 BWN_DEBUG		opt_bwn.h
+BWN_GPL_PHY		opt_bwn.h
 
 # Options for the SIBA driver
 SIBA_DEBUG		opt_siba.h


More information about the svn-src-all mailing list