git: fd14e033e2b1 - stable/12 - Add 'gpio' since mmc now requires gpio_if.h.

Mateusz Guzik mjg at FreeBSD.org
Wed Jul 21 13:24:16 UTC 2021


The branch stable/12 has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=fd14e033e2b1bfcf4e0752193a1dd4aa0f678862

commit fd14e033e2b1bfcf4e0752193a1dd4aa0f678862
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2020-04-16 20:45:54 +0000
Commit:     Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-07-21 13:23:55 +0000

    Add 'gpio' since mmc now requires gpio_if.h.
    
    (cherry picked from commit fdbb2410cb08214939b0b1570cc375f231abf63e)
---
 sys/mips/conf/std.XLP | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index 5330c19b3657..e21527a0ebdb 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -114,6 +114,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 dev-commits-src-all mailing list