summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-03-14 13:39:20 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-03-18 05:58:35 +0100
commit68f8ef61c659f2c5b674ed4716fea78a7bbb01f3 (patch)
treefc237a72ecf8f3d7d86e99f319e68772c11b57dd /drivers/media
parent8148baabd1c4b02c0af3002d59a1c92975d2e719 (diff)
media: platform: ti/Kconfig: move VPE/CAL entries to it
In order to follow the changes made by the previous patch, which moved platform/ti-vpe to platform/ti, move the Kconfig entries to the same place. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/ti/Kconfig (renamed from drivers/media/platform/ti-vpe/Kconfig)6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/platform/ti-vpe/Kconfig b/drivers/media/platform/ti/Kconfig
index a9ee0189f2f2..82e285c2de64 100644
--- a/drivers/media/platform/ti-vpe/Kconfig
+++ b/drivers/media/platform/ti/Kconfig
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
+comment "Texas Instruments drivers"
+
# TI VIDEO PORT Helper Modules
# These will be selected by VPE and VIP
config VIDEO_TI_VPDMA
@@ -15,7 +17,7 @@ config VIDEO_TI_CSC
config VIDEO_TI_CAL
tristate "TI CAL (Camera Adaptation Layer) driver"
- depends on VIDEO_DEV && VIDEO_V4L2
+ depends on VIDEO_DEV
depends on V4L_PLATFORM_DRIVERS
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
@@ -44,7 +46,7 @@ config VIDEO_TI_CAL_MC
config VIDEO_TI_VPE
tristate "TI VPE (Video Processing Engine) driver"
depends on V4L_MEM2MEM_DRIVERS
- depends on VIDEO_DEV && VIDEO_V4L2
+ depends on VIDEO_DEV
depends on SOC_DRA7XX || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV