svn commit: r276742 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Tue Jan 6 07:51:48 UTC 2015


Author: adrian
Date: Tue Jan  6 07:51:46 2015
New Revision: 276742
URL: https://svnweb.freebsd.org/changeset/base/276742

Log:
  Add option to support the QCA955x SoC wifi.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Tue Jan  6 07:43:07 2015	(r276741)
+++ head/sys/conf/options	Tue Jan  6 07:51:46 2015	(r276742)
@@ -804,6 +804,7 @@ AH_SUPPORT_AR9130	opt_ah.h
 # This is required for AR933x SoC support
 AH_SUPPORT_AR9330	opt_ah.h
 AH_SUPPORT_AR9340	opt_ah.h
+AH_SUPPORT_QCA9550	opt_ah.h
 
 AH_DEBUG		opt_ah.h
 AH_ASSERT		opt_ah.h


More information about the svn-src-head mailing list