mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 15:14:03 +08:00
417d2e507e
This patch adds Video Processing Front End (VPFE) driver for AM437X family of devices Driver supports the following: - V4L2 API using MMAP buffer access based on videobuf2 api - Asynchronous sensor/decoder sub device registration - DT support Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> [hans.verkuil@cisco.com: swapped two lines to fix vpfe_release() & add pinctrl include] Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
config VIDEO_AM437X_VPFE
|
|
tristate "TI AM437x VPFE video capture driver"
|
|
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
depends on SOC_AM43XX || COMPILE_TEST
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
help
|
|
Support for AM437x Video Processing Front End based Video
|
|
Capture Driver.
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
will be called am437x-vpfe.
|