aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/common/saa7146/Kconfig
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab@kernel.org> 2023-02-15 12:40:21 +0100
committerGravatar Mauro Carvalho Chehab <mchehab@kernel.org> 2023-02-15 12:40:31 +0100
commit83e0f265aa8d0e37cc8e15d318b64da0ec03ff41 (patch)
tree860a02db84f093dbdb8484eb6014008bd5219768 /drivers/media/common/saa7146/Kconfig
parentMerge tag 'v6.2-rc7' into media_tree (diff)
parentmedia: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line (diff)
downloadlinux-83e0f265aa8d0e37cc8e15d318b64da0ec03ff41.tar.gz
linux-83e0f265aa8d0e37cc8e15d318b64da0ec03ff41.tar.bz2
linux-83e0f265aa8d0e37cc8e15d318b64da0ec03ff41.zip
Merge git://git.linuxtv.org/media_stage into media_tree
* git://git.linuxtv.org/media_stage: (216 commits) media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci" media: Revert "media: av7110: move to staging/media/deprecated/saa7146" media: imx-pxp: convert to regmap media: imx-pxp: Use non-threaded IRQ media: imx-pxp: Introduce pxp_read() and pxp_write() wrappers media: imx-pxp: Implement frame size enumeration media: imx-pxp: Pass pixel format value to find_format() media: imx-pxp: Add media controller support media: imx-pxp: Don't set bus_info manually in .querycap() media: imx-pxp: Sort headers alphabetically media: imx-pxp: add support for i.MX7D media: imx-pxp: make data_path_ctrl0 platform dependent media: imx-pxp: disable LUT block media: imx-pxp: explicitly disable unused blocks media: imx-pxp: extract helper function to setup data path media: imx-pxp: detect PXP version media: dt-bindings: media: fsl-pxp: convert to yaml media: imx-mipi-csis: Implement .init_cfg() using .set_fmt() media: imx-mipi-csis: Use V4L2 subdev active state ... Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/common/saa7146/Kconfig')
-rw-r--r--drivers/media/common/saa7146/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/common/saa7146/Kconfig b/drivers/media/common/saa7146/Kconfig
new file mode 100644
index 000000000000..a0aa155e5d85
--- /dev/null
+++ b/drivers/media/common/saa7146/Kconfig
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config VIDEO_SAA7146
+ tristate
+ depends on I2C && PCI
+
+config VIDEO_SAA7146_VV
+ tristate
+ depends on VIDEO_DEV
+ select VIDEOBUF_DMA_SG
+ select VIDEO_SAA7146