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 <sgala...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to