File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ config MMC_STM32_SDMMC
5656
5757config MMC_PXA
5858 tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
59- depends on ARCH_PXA
59+ depends on ARCH_PXA || COMPILE_TEST
6060 help
6161 This selects the Intel(R) PXA(R) Multimedia card Interface.
6262 If you have a PXA(R) platform with a Multimedia Card slot,
@@ -608,7 +608,7 @@ config MMC_SDHCI_MSM
608608
609609config MMC_MXC
610610 tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
611- depends on ARCH_MXC || PPC_MPC512x
611+ depends on ARCH_MXC || PPC_MPC512x || COMPILE_TEST
612612 help
613613 This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
614614 Multimedia Card Interface. If you have an i.MX or MPC512x platform
@@ -866,7 +866,8 @@ config MMC_DW_PCI
866866
867867config MMC_DW_ROCKCHIP
868868 tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface"
869- depends on MMC_DW && ARCH_ROCKCHIP
869+ depends on MMC_DW
870+ depends on ARCH_ROCKCHIP || COMPILE_TEST
870871 select MMC_DW_PLTFM
871872 help
872873 This selects support for Rockchip SoC specific extensions to the
@@ -948,7 +949,7 @@ config MMC_USHC
948949
949950config MMC_WMT
950951 tristate "Wondermedia SD/MMC Host Controller support"
951- depends on ARCH_VT8500
952+ depends on ARCH_VT8500 || COMPILE_TEST
952953 default y
953954 help
954955 This selects support for the SD/MMC Host Controller on
You can’t perform that action at this time.
0 commit comments