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 select IOSF_MBI 6 select MEDIA_CONTROLLER 7 select COMMON_CLK 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_V4L2 && INTEL_ATOMISP 15 depends on PMIC_OPREGION 16 select IOSF_MBI 17 select VIDEOBUF_VMALLOC 18 help 19 Say Y here if your platform supports Intel Atom SoC 20 camera imaging subsystem. 21 To compile this driver as a module, choose M here: the 22 module will be called atomisp 23 24config VIDEO_ATOMISP_ISP2401 25 bool "Use Intel Atom ISP on Cherrytail/Anniedale (ISP2401)" 26 depends on VIDEO_ATOMISP 27 help 28 Enable support for Atom ISP2401-based boards. 29 30 Select this option for Anniedale (Merrifield+ / Moorefield) 31 and Cherrytrail SoCs. 32 33 Disabling it enables support for Atom ISP2400-based boards 34 (Merrifield and Baytrail SoCs). 35 36if VIDEO_ATOMISP 37source "drivers/staging/media/atomisp/i2c/Kconfig" 38endif 39