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

Ian Lepore ian at FreeBSD.org
Fri Jun 21 15:44:59 UTC 2019


Author: ian
Date: Fri Jun 21 15:44:58 2019
New Revision: 349273
URL: https://svnweb.freebsd.org/changeset/base/349273

Log:
  Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner.

Modified:
  head/sys/arm/conf/GENERIC

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC	Fri Jun 21 15:12:17 2019	(r349272)
+++ head/sys/arm/conf/GENERIC	Fri Jun 21 15:44:58 2019	(r349273)
@@ -174,6 +174,9 @@ device		ti_spi
 # ADC support
 device		ti_adc
 
+# PWM
+device		pwm
+
 # Watchdog support
 # If we don't enable the watchdog driver, the BealeBone could potentially
 # reboot automatically because the boot loader might have enabled the


More information about the svn-src-head mailing list