]> Pileus Git - ~andy/linux/commitdiff
mmc: sh_mmcif: Enable driver compilation with COMPILE_TEST
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 27 Nov 2013 01:18:30 +0000 (02:18 +0100)
committerChris Ball <chris@printf.net>
Mon, 13 Jan 2014 17:48:29 +0000 (12:48 -0500)
This helps increasing build testing coverage.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig

index ca1315e4d726fac97c8482f6d3320f7b3d9205de..265ba48001343fb13ddeb67d0b37435a90baf950 100644 (file)
@@ -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).