git: 8a08d2dbe5b1 - stable/13 - files: Make mmc_helpers depends on regulator and clk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 May 2022 13:27:19 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=8a08d2dbe5b1b18fdc219924acf17f3ae8fa7395 commit 8a08d2dbe5b1b18fdc219924acf17f3ae8fa7395 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-02-22 09:01:22 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-05-16 13:21:38 +0000 files: Make mmc_helpers depends on regulator and clk It also needs those two framework. (cherry picked from commit 832adbd4c48346a71650b327de7360ab2eb37ff4) --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 78c7e256d053..91583cbb399a 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 gpio | mmccam gpio +dev/mmc/mmc_helpers.c optional mmc gpio regulator clk | mmccam gpio regulator clk 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