OSDN Git Service

mmc: renesas_sdhi: remove wrong depends on to enable compile test
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 Nov 2017 16:24:37 +0000 (01:24 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 18 Dec 2017 12:56:56 +0000 (13:56 +0100)
commite578afab6e5f57e7ed22a42d261942b4ac923ffd
tree3a99eb7c43d68f6fb103d9bf7d0244b208a4f23a
parent0c36fc0dfb4c0fa068d077b9e2806ef87d0221a7
mmc: renesas_sdhi: remove wrong depends on to enable compile test

ARCH_RENESAS is a stronger condition than (ARM || ARM64).
If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well.

What is worse, the first depends on line prevents COMPILE_TEST from
enabling this driver.  It should be removed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig