summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-11-07 20:02:07 +0000
committerimp <imp@FreeBSD.org>2015-11-07 20:02:07 +0000
commit8861584a6b2f53110bf466fa5b3f7a2e706bf56b (patch)
treedc16307029d15faec6bccf6aa5895613de6bc55e /sys/conf/options.arm
parent3e1b1042f9be832e2d34f2c86937e16870c23aac (diff)
downloadFreeBSD-src-8861584a6b2f53110bf466fa5b3f7a2e706bf56b.zip
FreeBSD-src-8861584a6b2f53110bf466fa5b3f7a2e706bf56b.tar.gz
Add support for RMII in macb, cribbed slightly from the ate
driver. This is taken from the MAC at boot, but can be overridden with 'options AT91_MACB_USE_RMII'. Switch to macb for HL201 and SAM9G20EK boards. It now works both places. Also start to sneak up on FDT for the SAM9G20EK board, but leave disabled due to issues with MMC that haven't been resolved. Add early debug support for the SAM9G20EK since that is required for FDT to work presently on these SoC.
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r--sys/conf/options.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index aee546a..ada1174 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -62,6 +62,7 @@ XSACLE_DISABLE_CCNT opt_timer.h
VERBOSE_INIT_ARM opt_global.h
VM_MAXUSER_ADDRESS opt_global.h
AT91_ATE_USE_RMII opt_at91.h
+AT91_MACB_USE_RMII opt_at91.h
AT91_MCI_ALLOW_OVERCLOCK opt_at91.h
AT91_MCI_HAS_4WIRE opt_at91.h
AT91_MCI_SLOT_B opt_at91.h
OpenPOWER on IntegriCloud