Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4 -2
+4 -2
drivers/media/platform/ti-vpe/Kconfig drivers/media/platform/ti/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 + comment "Texas Instruments drivers" 4 + 3 5 # TI VIDEO PORT Helper Modules 4 6 # These will be selected by VPE and VIP 5 7 config VIDEO_TI_VPDMA ··· 17 15 18 16 config VIDEO_TI_CAL 19 17 tristate "TI CAL (Camera Adaptation Layer) driver" 20 - depends on VIDEO_DEV && VIDEO_V4L2 18 + depends on VIDEO_DEV 21 19 depends on V4L_PLATFORM_DRIVERS 22 20 select MEDIA_CONTROLLER 23 21 select VIDEO_V4L2_SUBDEV_API ··· 46 44 config VIDEO_TI_VPE 47 45 tristate "TI VPE (Video Processing Engine) driver" 48 46 depends on V4L_MEM2MEM_DRIVERS 49 - depends on VIDEO_DEV && VIDEO_V4L2 47 + depends on VIDEO_DEV 50 48 depends on SOC_DRA7XX || COMPILE_TEST 51 49 select VIDEOBUF2_DMA_CONTIG 52 50 select V4L2_MEM2MEM_DEV