diff options
author | imp <imp@FreeBSD.org> | 2015-11-07 20:02:07 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-11-07 20:02:07 +0000 |
commit | 8861584a6b2f53110bf466fa5b3f7a2e706bf56b (patch) | |
tree | dc16307029d15faec6bccf6aa5895613de6bc55e /sys/conf/options.arm | |
parent | 3e1b1042f9be832e2d34f2c86937e16870c23aac (diff) | |
download | FreeBSD-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.arm | 1 |
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 |