1# SPDX-License-Identifier: GPL-2.0 2menuconfig INTEL_ATOMISP 3 bool "Enable support to Intel Atom ISP camera drivers" 4 depends on X86 && EFI && PCI && ACPI 5 depends on COMMON_CLK 6 select IOSF_MBI 7 select MEDIA_CONTROLLER 8 help 9 Enable support for the Intel ISP2 camera interfaces and MIPI 10 sensor drivers. 11 12config VIDEO_ATOMISP 13 tristate "Intel Atom Image Signal Processor Driver" 14 depends on VIDEO_DEV && INTEL_ATOMISP 15 depends on INTEL_SKL_INT3472 16 depends on IPU_BRIDGE 17 depends on MEDIA_PCI_SUPPORT 18 depends on PMIC_OPREGION 19 depends on I2C 20 select V4L2_FWNODE 21 select IOSF_MBI 22 select VIDEOBUF2_VMALLOC 23 select VIDEO_V4L2_SUBDEV_API 24 help 25 Say Y here if your platform supports Intel Atom SoC 26 camera imaging subsystem. 27 To compile this driver as a module, choose M here: the 28 module will be called atomisp 29 30if VIDEO_ATOMISP 31source "drivers/staging/media/atomisp/i2c/Kconfig" 32endif 33