mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 21:05:15 +07:00
724f4a321f
After this patch, the MEDIA*_SUPPORT will be used as a filter, exposing only devices that are pertinent to one of the 3 V4L types: webcam/grabber, radio, analog TV. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
config VIDEO_SMIAPP
|
|
tristate "SMIA++/SMIA sensor support"
|
|
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK
|
|
depends on MEDIA_CAMERA_SUPPORT
|
|
select VIDEO_SMIAPP_PLL
|
|
---help---
|
|
This is a generic driver for SMIA++/SMIA camera modules.
|