svn commit: r307828 - head/sys/arm/conf

Jared McNeill jmcneill at FreeBSD.org
Sun Oct 23 19:02:20 UTC 2016


Author: jmcneill
Date: Sun Oct 23 19:02:19 2016
New Revision: 307828
URL: https://svnweb.freebsd.org/changeset/base/307828

Log:
  Add device cpufreq.

Modified:
  head/sys/arm/conf/GENERIC

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC	Sun Oct 23 18:08:34 2016	(r307827)
+++ head/sys/arm/conf/GENERIC	Sun Oct 23 19:02:19 2016	(r307828)
@@ -59,6 +59,9 @@ device		phy
 device		hwreset
 device		regulator
 
+# CPU frequency control
+device		cpufreq
+
 # Interrupt controller
 options 	INTRNG
 device		gic


More information about the svn-src-all mailing list