]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Remove depends on interconnect
authorGeorgi Djakov <georgi.djakov@linaro.org>
Wed, 16 Sep 2020 11:07:06 +0000 (14:07 +0300)
committerRob Clark <robdclark@chromium.org>
Sun, 20 Sep 2020 17:48:18 +0000 (10:48 -0700)
commitc22dccdf034a710f440db63cea4bde8a6e7738ca
treed5c0b6b6901c6169210cbbba1cbe960cc269c5b8
parente5302a1cc740bd3991d8a6a34a0fef0ade5bdf8f
drm/msm: 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: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/Kconfig