Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2022 13:27:18 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a62c4665be11 - stable/13 - files: Make mmc_helper depend on gpio
Message-ID:  <202205161327.24GDRI9F044790@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

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

commit a62c4665be114c2f3b2d202f2ac073b3e575786b
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-02-21 17:31:00 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-16 13:21:37 +0000

    files: Make mmc_helper depend on gpio
    
    mmc_helper have an hard dependency on gpio_if.h
    gpio(4) isn't in the default x86 kernel and none of the x86
    sd/mmc drivers uses mmc_helper so just add a dependency on gpio.
    
    Fixes: 85b3794ceef ("files: Make ext_resources non-optional")
    (cherry picked from commit f898e419255a7f2e309cb3ccc567ff84ecba2eea)
---
 sys/conf/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/files b/sys/conf/files
index 664d8b26e3ff..78c7e256d053 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2492,7 +2492,7 @@ dev/mmc/mmcbr_if.m		standard
 dev/mmc/mmcbus_if.m		standard
 dev/mmc/mmcsd.c			optional mmcsd !mmccam
 dev/mmc/mmc_fdt_helpers.c	optional mmc fdt | mmccam fdt
-dev/mmc/mmc_helpers.c		optional mmc | mmccam
+dev/mmc/mmc_helpers.c		optional mmc gpio | mmccam gpio
 dev/mmc/mmc_pwrseq.c		optional mmc fdt | mmccam fdt
 dev/mmc/mmc_pwrseq_if.m		optional mmc fdt | mmccam fdt
 dev/mmcnull/mmcnull.c		optional mmcnull



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