Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 23:00:53 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356303 - head/sys/conf
Message-ID:  <202001022300.002N0rZF032418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Thu Jan  2 23:00:52 2020
New Revision: 356303
URL: https://svnweb.freebsd.org/changeset/base/356303

Log:
  iicoc: limit fdt attachment to EXT_RESOURCES platforms
  
  The fdt attachment for this heavily relies on extres for clk work. This
  unbreaks the build for mips XLPN32/XLP, which have pci/fdt but no need for
  this fdt attachment.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Jan  2 22:57:21 2020	(r356302)
+++ head/sys/conf/files	Thu Jan  2 23:00:52 2020	(r356303)
@@ -1797,7 +1797,7 @@ dev/iicbus/iiconf.c		optional iicbus
 dev/iicbus/iicsmb.c		optional iicsmb				\
 	dependency	"iicbus_if.h"
 dev/iicbus/iicoc.c		optional iicoc
-dev/iicbus/iicoc_fdt.c		optional iicoc fdt
+dev/iicbus/iicoc_fdt.c		optional iicoc ext_resources fdt
 dev/iicbus/iicoc_pci.c		optional iicoc pci
 dev/iicbus/isl12xx.c		optional isl12xx
 dev/iicbus/lm75.c		optional lm75



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