]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: host: Fix Kconfig warnings on keystone_defconfig
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 9 Jan 2019 12:43:12 +0000 (18:13 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Jan 2019 10:43:36 +0000 (11:43 +0100)
commit98999e2415b88a5ba744f19a01543e3931d39c4d
tree6f21447f5dd22abe91e5a58a52df5a8b49056600
parent3c1cb5c93b629b98e1e3f17512e48a814a86a726
mmc: host: Fix Kconfig warnings on keystone_defconfig

Commit 45a8877e383a ("mmc: sdhci-omap: Workaround errata regarding
SDR104/HS200 tuning failures (i929)") added a select on TI_SOC_THERMAL
for the driver to get temperature for tuning.

However, this causes the following warning on keystone_defconfig because
keystone does not support TI_SOC_THERMAL:

"WARNING: unmet direct dependencies detected for TI_SOC_THERMAL"

Fix this by changing the select to imply.

Fixes: 45a8877e383a ("mmc: sdhci-omap: Workaround errata regarding
SDR104/HS200 tuning failures (i929)")
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Tested-by: Borislav Petkov <bp@suse.de>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig