projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0fa48
)
mmc: sh_mmcif: Enable driver compilation with COMPILE_TEST
author
Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com>
Wed, 27 Nov 2013 01:18:30 +0000
(
02:18
+0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/Kconfig
b/drivers/mmc/host/Kconfig
index ca1315e4d726fac97c8482f6d3320f7b3d9205de..265ba48001343fb13ddeb67d0b37435a90baf950 100644
(file)
--- 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).