2017-12-08 07:35:37 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2013-05-15 11:36:19 -03:00
|
|
|
config VIDEO_XILINX
|
|
|
|
tristate "Xilinx Video IP (EXPERIMENTAL)"
|
media: Kconfig files: use select for V4L2 subdevs and MC
There are lots of drivers that only work when the media controller
and/or the V4L2 subdev APIs are present.
Right now, someone need to first enable those APIs before
using those drivers.
Well, ideally, drivers, should, instead *optionally*
depend on it, in order for PC camera drivers to be able to use
them, but nowadays most drivers are UVC cameras, with don't
require a sensor driver.
So, be it.
Let's instead make them select the MEDIA_CONTROLLER and the
SUBDEV API, in order to make easier for people to be able
of enabling them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-03-25 15:36:56 +01:00
|
|
|
depends on VIDEO_V4L2 && OF && HAS_DMA
|
|
|
|
select MEDIA_CONTROLLER
|
|
|
|
select VIDEO_V4L2_SUBDEV_API
|
2013-05-15 11:36:19 -03:00
|
|
|
select VIDEOBUF2_DMA_CONTIG
|
2016-08-26 20:17:25 -03:00
|
|
|
select V4L2_FWNODE
|
2019-03-20 06:39:44 -04:00
|
|
|
help
|
2013-05-15 11:36:19 -03:00
|
|
|
Driver for Xilinx Video IP Pipelines
|
|
|
|
|
|
|
|
if VIDEO_XILINX
|
|
|
|
|
2020-05-27 15:57:19 +02:00
|
|
|
config VIDEO_XILINX_CSI2RXSS
|
|
|
|
tristate "Xilinx CSI-2 Rx Subsystem"
|
|
|
|
help
|
|
|
|
Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device
|
|
|
|
based driver that takes input from CSI-2 Tx source and converts
|
|
|
|
it into an AXI4-Stream.
|
|
|
|
|
2013-05-15 11:36:56 -03:00
|
|
|
config VIDEO_XILINX_TPG
|
|
|
|
tristate "Xilinx Video Test Pattern Generator"
|
|
|
|
depends on VIDEO_XILINX
|
|
|
|
select VIDEO_XILINX_VTC
|
2019-03-20 06:39:44 -04:00
|
|
|
help
|
2013-05-15 11:36:56 -03:00
|
|
|
Driver for the Xilinx Video Test Pattern Generator
|
|
|
|
|
2014-03-26 11:46:25 -03:00
|
|
|
config VIDEO_XILINX_VTC
|
|
|
|
tristate "Xilinx Video Timing Controller"
|
|
|
|
depends on VIDEO_XILINX
|
2019-03-20 06:39:44 -04:00
|
|
|
help
|
2014-03-26 11:46:25 -03:00
|
|
|
Driver for the Xilinx Video Timing Controller
|
|
|
|
|
2013-05-15 11:36:19 -03:00
|
|
|
endif #VIDEO_XILINX
|