svn commit: r300816 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Fri May 27 01:36:31 UTC 2016


Author: adrian
Date: Fri May 27 01:36:29 2016
New Revision: 300816
URL: https://svnweb.freebsd.org/changeset/base/300816

Log:
  [gpiospi] add debug option.
  
  This was missing from the previous commit that introduced gpiospi.
  It's required for it to build.
  
  Pointy-hat-to: me

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Fri May 27 01:14:35 2016	(r300815)
+++ head/sys/conf/options	Fri May 27 01:36:29 2016	(r300816)
@@ -982,3 +982,6 @@ EM_MULTIQUEUE	opt_em.h
 
 # BHND(4) driver
 BHND_LOGLEVEL	opt_global.h
+
+# GPIO and child devices
+GPIO_SPI_DEBUG	opt_gpio.h


More information about the svn-src-all mailing list