summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/AP121
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/conf/AP121')
-rw-r--r--sys/mips/conf/AP12111
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/mips/conf/AP121 b/sys/mips/conf/AP121
index 9c933a1..ac4a3b6 100644
--- a/sys/mips/conf/AP121
+++ b/sys/mips/conf/AP121
@@ -18,7 +18,7 @@ ident AP121
hints "AP121.hints"
# Force the board memory - the base AP121 only has 16MB RAM
-options AR71XX_REALMEM=16*1024*1024
+options AR71XX_REALMEM=(16*1024*1024)
# i2c GPIO bus
#device gpioiic
@@ -26,11 +26,12 @@ options AR71XX_REALMEM=16*1024*1024
#device iicbus
#device iic
-# ethernet switch device
-#device etherswitch
+# Options required for miiproxy and mdiobus
+options ARGE_MDIO # Export an MDIO bus separate from arge
+device miiproxy # MDIO bus <-> MII PHY rendezvous
-# RTL8366RB support
-#device rtl8366rb
+device etherswitch
+device arswitch
# read MSDOS formatted disks - USB
#options MSDOSFS
OpenPOWER on IntegriCloud