Andreas, On 10/3/23 6:13 PM, Andreas Helbech Kleist wrote: > Hi, > > On Thu, 2023-07-27 at 15:15 +0800, bingbu.cao@xxxxxxxxx wrote: >> From: Bingbu Cao <bingbu.cao@xxxxxxxxx> >> >> Add IPU6 support in Kconfig and Makefile, with this patch you can >> build the Intel IPU6 and input system modules by select the >> CONFIG_VIDEO_INTEL_IPU6 in config. > >> +++ b/drivers/media/pci/intel/ipu6/Kconfig >> @@ -0,0 +1,15 @@ >> +config VIDEO_INTEL_IPU6 >> + tristate "Intel IPU6 driver" >> + depends on ACPI || COMPILE_TEST >> + depends on MEDIA_SUPPORT >> + depends on MEDIA_PCI_SUPPORT >> + depends on X86 && X86_64 >> + select IOMMU_IOVA >> + select VIDEOBUF2_DMA_CONTIG >> + select V4L2_FWNODE > > This is still missing VIDEO_V4L2_SUBDEV_API as mentioned in the RFC > series: > https://lore.kernel.org/all/20230706085736.1915096-1-andreaskleist@xxxxxxxxx/ Ack, thanks! > > Best regards, > Andreas > -- Best regards, Bingbu Cao