Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST

This driver currently only supports builds against a PIC32 target. Now
that commit d6618d277c1a ("mmc: sdhci-pic32: update include to use
pic32.h from platform_data") is merged, it's possible to compile this
driver on other architectures.

To avoid future breakage of this driver in the future, let's update the
Kconfig so that it can be built with COMPILE_TEST enabled on all
architectures.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Brian Masney and committed by
Ulf Hansson
26fd3865 b13b3203

+1 -1
+1 -1
drivers/mmc/host/Kconfig
··· 1058 1058 1059 1059 config MMC_SDHCI_MICROCHIP_PIC32 1060 1060 tristate "Microchip PIC32MZDA SDHCI support" 1061 - depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM 1061 + depends on MMC_SDHCI && MMC_SDHCI_PLTFM && (PIC32MZDA || COMPILE_TEST) 1062 1062 help 1063 1063 This selects the Secure Digital Host Controller Interface (SDHCI) 1064 1064 for PIC32MZDA platform.