Skip to content

Commit 74c357f

Browse files
Georgi Djakovmchehab
authored andcommitted
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 <[email protected]> Signed-off-by: Stanimir Varbanov <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 0ca0ca9 commit 74c357f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/media/platform/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ config VIDEO_QCOM_VENUS
545545
tristate "Qualcomm Venus V4L2 encoder/decoder driver"
546546
depends on VIDEO_DEV && VIDEO_V4L2
547547
depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
548-
depends on INTERCONNECT || !INTERCONNECT
549548
select QCOM_MDT_LOADER if ARCH_QCOM
550549
select QCOM_SCM if ARCH_QCOM
551550
select VIDEOBUF2_DMA_CONTIG

0 commit comments

Comments
 (0)