Skip to content

Commit

Permalink
media: platform: ti/Kconfig: move VPE/CAL entries to it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 18, 2022
1 parent 8148baa commit 68f8ef6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 68f8ef6

Please sign in to comment.