diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-11-26 20:18:30 -0500 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-01-13 12:48:29 -0500 |
commit | 9ccb0bd0f17435f5b53294342fdbf9108667d78a (patch) | |
tree | 3f044777aec54cbd04e58b5bf17b9c1e76abc6e6 /drivers/mmc | |
parent | ff0fa48f8196775a055751a115fac45996115467 (diff) |
mmc: sh_mmcif: Enable driver compilation with COMPILE_TEST
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
589 | 589 | ||
590 | config MMC_SH_MMCIF | 590 | config MMC_SH_MMCIF |
591 | tristate "SuperH Internal MMCIF support" | 591 | tristate "SuperH Internal MMCIF support" |
592 | depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) | 592 | depends on MMC_BLOCK |
593 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | ||
593 | help | 594 | help |
594 | This selects the MMC Host Interface controller (MMCIF). | 595 | This selects the MMC Host Interface controller (MMCIF). |
595 | 596 | ||