git: d20ed88f6630 - main - mmcspi: depend on fdt support.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 13:31:48 UTC
The branch main has been updated by br: URL: https://cgit.FreeBSD.org/src/commit/?id=d20ed88f6630130b6dca917ad0dde16e6f073ef9 commit d20ed88f6630130b6dca917ad0dde16e6f073ef9 Author: Ruslan Bukin <br@FreeBSD.org> AuthorDate: 2025-04-09 13:23:56 +0000 Commit: Ruslan Bukin <br@FreeBSD.org> CommitDate: 2025-04-09 13:30:10 +0000 mmcspi: depend on fdt support. This fixes LINT build. Sponsored by: UKRI --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 1372c6b1b5b9..1892b66e849a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2427,7 +2427,7 @@ dev/mmc/mmc.c optional mmc !mmccam dev/mmc/mmcbr_if.m standard dev/mmc/mmcbus_if.m standard dev/mmc/mmcsd.c optional mmcsd !mmccam -dev/mmc/mmcspi.c optional mmcsd spibus !mmccam +dev/mmc/mmcspi.c optional mmcsd spibus !mmccam fdt dev/mmc/mmc_fdt_helpers.c optional mmc regulator clk fdt | mmccam regulator clk fdt dev/mmc/mmc_helpers.c optional mmc gpio regulator clk | mmccam gpio regulator clk dev/mmc/mmc_pwrseq.c optional mmc clk regulator fdt | mmccam clk regulator fdt