14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
|
if VIDEO_V4L2
|
||
|
|
||
|
menu "NVIDIA overlay Encoders, decoders, sensors and other helper chips"
|
||
|
visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
||
|
|
||
|
config VIDEO_I2C_SPIRI_CAM
|
||
|
tristate "Spiri mt9m021 camera sensor support"
|
||
|
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||
|
---help---
|
||
|
This is a Video4Linux2 sensor-level driver for Spiri Cameras
|
||
|
endmenu
|
||
|
endif
|
||
|
|