Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 01:36:29 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300816 - head/sys/conf
Message-ID:  <201605270136.u4R1aTgd021074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605270136.u4R1aTgd021074>