svn commit: r360022 - head/sys/mips/conf

John Baldwin jhb at FreeBSD.org
Thu Apr 16 20:45:55 UTC 2020


Author: jhb
Date: Thu Apr 16 20:45:54 2020
New Revision: 360022
URL: https://svnweb.freebsd.org/changeset/base/360022

Log:
  Add 'gpio' since mmc now requires gpio_if.h.

Modified:
  head/sys/mips/conf/std.XLP

Modified: head/sys/mips/conf/std.XLP
==============================================================================
--- head/sys/mips/conf/std.XLP	Thu Apr 16 20:44:23 2020	(r360021)
+++ head/sys/mips/conf/std.XLP	Thu Apr 16 20:45:54 2020	(r360022)
@@ -113,6 +113,7 @@ device		cfi
 device		cfid
 
 # MMC/SD
+device		gpio
 device		mmc			# MMC/SD bus
 device		mmcsd			# MMC/SD memory card
 device		sdhci			# Generic PCI SD Host Controller


More information about the svn-src-head mailing list