svn commit: r356853 - stable/12/sys/arm/conf
Ian Lepore
ian at FreeBSD.org
Fri Jan 17 22:21:39 UTC 2020
Author: ian
Date: Fri Jan 17 22:21:38 2020
New Revision: 356853
URL: https://svnweb.freebsd.org/changeset/base/356853
Log:
MFC r356295:
Add the xdma framework and pl330 dma drivers to arm lint build.
Modified:
stable/12/sys/arm/conf/NOTES
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/arm/conf/NOTES
==============================================================================
--- stable/12/sys/arm/conf/NOTES Fri Jan 17 22:04:11 2020 (r356852)
+++ stable/12/sys/arm/conf/NOTES Fri Jan 17 22:21:38 2020 (r356853)
@@ -42,3 +42,7 @@ nodevice mps
# Add devices which are specific to various arm platforms...
device twsi # i2c controller on Marvel and Allwinner
+
+device pl330 # ARM PL330 dma controller
+device xdma # xDMA framework for SoC on-chip dma controllers
+
More information about the svn-src-stable-12
mailing list