summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2011-07-11 08:23:59 +0000
committerray <ray@FreeBSD.org>2011-07-11 08:23:59 +0000
commit0c1f0ec6f5ccbe605aa365f372013e6b5ef9f248 (patch)
treec924c516589da050cb425fdd5cd4983a4a3eb58d /sys/conf
parent5e8492f80172c1c290f1ea5709cc415459a4f3a5 (diff)
downloadFreeBSD-src-0c1f0ec6f5ccbe605aa365f372013e6b5ef9f248.zip
FreeBSD-src-0c1f0ec6f5ccbe605aa365f372013e6b5ef9f248.tar.gz
Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other Ralink SoCs.
Approved by: adrian (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.mips1
-rw-r--r--sys/conf/options.mips8
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 7ad93a5..6438c49 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -106,4 +106,5 @@ dev/siba/siba_pcib.c optional siba pci
dev/hwpmc/hwpmc_mips.c optional hwpmc
dev/hwpmc/hwpmc_mips24k.c optional hwpmc
+dev/rt/if_rt.c optional rt
dev/nvram2env/nvram2env.c optional nvram2env
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index c3ba6b9..ee04ae1 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -70,3 +70,11 @@ OCTEON_BOARD_CAPK_0100ND opt_cvmx.h
# Options that control the Atheros SoC peripherals
#
ARGE_DEBUG opt_global.h
+
+#
+# Options that control the Ralink RT305xF Etherenet MAC.
+#
+IF_RT_DEBUG opt_if_rt.h
+IF_RT_PHY_SUPPORT opt_if_rt.h
+IF_RT_RING_DATA_COUNT opt_if_rt.h
+
OpenPOWER on IntegriCloud