git: f898e419255a - main - files: Make mmc_helper depend on gpio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Feb 2022 17:33:17 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f898e419255a7f2e309cb3ccc567ff84ecba2eea commit f898e419255a7f2e309cb3ccc567ff84ecba2eea Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-02-21 17:31:00 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-02-21 17:31:00 +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") --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 1f154e7e9191..7718f9ef6525 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2454,7 +2454,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