mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
mmc: host: fix depends for MMC_MESON_GX w/ COMPILE_TEST
Fix build errors for meson-gx-mmc.c when CONFIG_COMMON_CLK is not
set/enabled. This can happen when COMPILE_TEST is set/enabled.
ERROR: modpost: "clk_divider_ops" [drivers/mmc/host/meson-gx-mmc.ko] undefined!
ERROR: modpost: "devm_clk_register" [drivers/mmc/host/meson-gx-mmc.ko] undefined!
ERROR: modpost: "clk_mux_ops" [drivers/mmc/host/meson-gx-mmc.ko] undefined!
ERROR: modpost: "__clk_get_name" [drivers/mmc/host/meson-gx-mmc.ko] undefined!
Fixes: 54d8454436
("mmc: host: Enable compile testing of multiple drivers")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20200925164323.29843-1-rdunlap@infradead.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
21685f9a7d
commit
3157b035f4
@ -425,6 +425,7 @@ config MMC_SDHCI_IPROC
|
|||||||
config MMC_MESON_GX
|
config MMC_MESON_GX
|
||||||
tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support"
|
tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support"
|
||||||
depends on ARCH_MESON|| COMPILE_TEST
|
depends on ARCH_MESON|| COMPILE_TEST
|
||||||
|
depends on COMMON_CLK
|
||||||
help
|
help
|
||||||
This selects support for the Amlogic SD/MMC Host Controller
|
This selects support for the Amlogic SD/MMC Host Controller
|
||||||
found on the S905/GX*/AXG family of SoCs. This controller is
|
found on the S905/GX*/AXG family of SoCs. This controller is
|
||||||
|
Loading…
Reference in New Issue
Block a user