Skip to content

Commit 7cd8db0

Browse files
mikkorapeli-linaroUlf Hansson
authored andcommitted
mmc: add COMPILE_TEST to multiple drivers
These compile on x86_64 with =y and =m. Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Mikko Rapeli <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 3acbb5f commit 7cd8db0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

drivers/mmc/host/Kconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ config MMC_STM32_SDMMC
5656

5757
config 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

609609
config 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

867867
config 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

949950
config 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

0 commit comments

Comments
 (0)