mirror of
https://github.com/opnsense/src.git
synced 2026-05-22 01:54:31 -04:00
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: 85b3794cee ("files: Make ext_resources non-optional")
This commit is contained in:
parent
b25ff2b9d3
commit
f898e41925
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue