svn commit: r306676 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Tue Oct 4 16:29:28 UTC 2016


Author: adrian
Date: Tue Oct  4 16:29:26 2016
New Revision: 306676
URL: https://svnweb.freebsd.org/changeset/base/306676

Log:
  Add AR531x port options.
  
  Submitted by: Mori Hiroki <yamori813 at yahoo.co.jp>
  Differential Revision:	https://reviews.freebsd.org/D7237

Modified:
  head/sys/conf/options.mips

Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips	Tue Oct  4 16:27:36 2016	(r306675)
+++ head/sys/conf/options.mips	Tue Oct  4 16:29:26 2016	(r306676)
@@ -119,6 +119,17 @@ AR71XX_ENV_ROUTERBOOT		opt_ar71xx.h
 AR71XX_ATH_EEPROM		opt_ar71xx.h
 
 #
+# Options for AR531X SOC. AR531X_1ST_GENERATION is AR5311 to AR5314.
+#
+
+AR531X_1ST_GENERATION		opt_ar531x.h
+AR531X_REALMEM			opt_ar531x.h
+AR531X_ENV_UBOOT		opt_ar531x.h
+AR531X_APB_DEBUG		opt_ar531x.h
+ARE_MDIO			opt_ar531x.h
+ARE_MII				opt_ar531x.h
+
+#
 # Options that control the Ralink RT305xF Etherenet MAC.
 #
 IF_RT_DEBUG			opt_if_rt.h


More information about the svn-src-head mailing list