Yong Zhi | c2a6a07 | 2017-11-08 19:30:38 -0500 | [diff] [blame] | 1 | config VIDEO_IPU3_CIO2 |
| 2 | tristate "Intel ipu3-cio2 driver" |
| 3 | depends on VIDEO_V4L2 && PCI |
| 4 | depends on VIDEO_V4L2_SUBDEV_API |
Mauro Carvalho Chehab | a31d19f | 2018-04-20 13:42:50 -0400 | [diff] [blame] | 5 | depends on (X86 && ACPI) || COMPILE_TEST |
Yong Zhi | c2a6a07 | 2017-11-08 19:30:38 -0500 | [diff] [blame] | 6 | depends on MEDIA_CONTROLLER |
Yong Zhi | c2a6a07 | 2017-11-08 19:30:38 -0500 | [diff] [blame] | 7 | select V4L2_FWNODE |
| 8 | select VIDEOBUF2_DMA_SG |
| 9 | |
Mauro Carvalho Chehab | b60a5b8 | 2019-03-20 06:39:44 -0400 | [diff] [blame^] | 10 | help |
Brad Love | 9115df4 | 2018-05-02 19:19:29 -0400 | [diff] [blame] | 11 | This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel |
| 12 | Skylake and Kaby Lake SoCs and used for capturing images and |
| 13 | video from a camera sensor. |
Yong Zhi | c2a6a07 | 2017-11-08 19:30:38 -0500 | [diff] [blame] | 14 | |
Brad Love | 9115df4 | 2018-05-02 19:19:29 -0400 | [diff] [blame] | 15 | Say Y or M here if you have a Skylake/Kaby Lake SoC with MIPI CSI-2 |
| 16 | connected camera. |
| 17 | The module will be called ipu3-cio2. |