media: platform: Remove depends on interconnect
authorGeorgi Djakov <georgi.djakov@linaro.org>
Wed, 16 Sep 2020 11:09:47 +0000 (13:09 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 27 Jan 2021 15:20:02 +0000 (16:20 +0100)
commit74c357fc2c4bfe877eb351a06fc6778fc5c25e81
treed2a6b9184f866ecfa5ca3750e6253acfc4785706
parent0ca0ca9805055bb0efc16890f9d6433c65bd07cc
media: platform: Remove depends on interconnect

The dependency on interconnect in the Kconfig was introduced to avoid
the case of interconnect=m and driver=y, but the interconnect framework
has been converted from tristate to bool now. Remove the dependency as
the framework can't be a module anymore.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/Kconfig