projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9a940
)
MLK-14932-1 mmc: sdhci-esdhc-imx: add depends on COMPILE_TEST
author
Haibo Chen
<haibo.chen@nxp.com>
Tue, 16 May 2017 07:14:42 +0000
(15:14 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:18 +0000
(15:22 -0500)
i.MX8 don't define ARCH_MXC, so add COMPILE_TEST to let usdhc driver
also support for i.MX8.
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
drivers/mmc/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/Kconfig
b/drivers/mmc/host/Kconfig
index
5274f50
..
28123c5
100644
(file)
--- a/
drivers/mmc/host/Kconfig
+++ b/
drivers/mmc/host/Kconfig
@@
-178,7
+178,7
@@
config MMC_SDHCI_CNS3XXX
config MMC_SDHCI_ESDHC_IMX
tristate "SDHCI support for the Freescale eSDHC/uSDHC i.MX controller"
- depends on ARCH_MXC
+ depends on ARCH_MXC
|| COMPILE_TEST
depends on MMC_SDHCI_PLTFM
select MMC_SDHCI_IO_ACCESSORS
help