summaryrefslogtreecommitdiff
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorBenoit Parrot <bparrot@ti.com>2019-11-12 17:53:42 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2019-12-09 13:31:08 +0300
commit7a3b9684cede12dd60b50af874646527e25eb4d2 (patch)
tree0297d193d746fcd3f41120558a9006199456a3c9 /drivers/media/platform/Kconfig
parent5fa3144be4fceb0d9eace26de404738a7d68f302 (diff)
downloadlinux-7a3b9684cede12dd60b50af874646527e25eb4d2.tar.xz
media: ti-vpe: cal: Add AM654 support
Add the needed control module register bit layout to support the AM654 family of devices. Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index e84f35d3a68e..995f4c67f764 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -151,7 +151,7 @@ source "drivers/media/platform/sunxi/Kconfig"
config VIDEO_TI_CAL
tristate "TI CAL (Camera Adaptation Layer) driver"
depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
- depends on SOC_DRA7XX || COMPILE_TEST
+ depends on SOC_DRA7XX || ARCH_K3 || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG
select V4L2_FWNODE
help