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>
        depends on ARCH_QCOM || SOC_IMX5 || (ARM && COMPILE_TEST)
        depends on OF && COMMON_CLK
        depends on MMU
-       depends on INTERCONNECT || !INTERCONNECT
        depends on QCOM_OCMEM || QCOM_OCMEM=n
        select IOMMU_IO_PGTABLE
        select QCOM_MDT_LOADER if ARCH_QCOM