From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:30 +0000 (+0100) Subject: mmc: sh_mmcif: Enable driver compilation with COMPILE_TEST X-Git-Tag: next-20140116~50^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ccb0bd0f17435f5b53294342fdbf9108667d78a;p=karo-tx-linux.git mmc: sh_mmcif: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index ca1315e4d726..265ba4800134 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -589,7 +589,8 @@ config MMC_DW_PCI config MMC_SH_MMCIF tristate "SuperH Internal MMCIF support" - depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) + depends on MMC_BLOCK + depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST help This selects the MMC Host Interface controller (MMCIF).