svn commit: r366396 - head/sys/conf

Emmanuel Vadot manu at FreeBSD.org
Sat Oct 3 14:00:34 UTC 2020


Author: manu
Date: Sat Oct  3 14:00:33 2020
New Revision: 366396
URL: https://svnweb.freebsd.org/changeset/base/366396

Log:
  pwm_backlight: Depend on ext_resources
  
  This driver cannot work without it.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Oct  3 13:27:57 2020	(r366395)
+++ head/sys/conf/files	Sat Oct  3 14:00:33 2020	(r366396)
@@ -2755,7 +2755,7 @@ dev/pwm/pwmbus.c		optional pwm | pwmbus
 dev/pwm/pwmbus_if.m		optional pwm | pwmbus
 dev/pwm/ofw_pwm.c		optional pwm fdt | pwmbus fdt
 dev/pwm/ofw_pwmbus.c		optional pwm fdt | pwmbus fdt
-dev/pwm/pwm_backlight.c		optional pwm pwm_backlight fdt
+dev/pwm/pwm_backlight.c		optional pwm pwm_backlight ext_resources fdt
 dev/quicc/quicc_core.c		optional quicc
 dev/ral/rt2560.c		optional ral
 dev/ral/rt2661.c		optional ral


More information about the svn-src-all mailing list