0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig INTEL_ATOMISP
0003 bool "Enable support to Intel Atom ISP camera drivers"
0004 depends on X86 && EFI && PCI && ACPI
0005 depends on COMMON_CLK
0006 select IOSF_MBI
0007 select MEDIA_CONTROLLER
0008 help
0009 Enable support for the Intel ISP2 camera interfaces and MIPI
0010 sensor drivers.
0011
0012 config VIDEO_ATOMISP
0013 tristate "Intel Atom Image Signal Processor Driver"
0014 depends on VIDEO_DEV && INTEL_ATOMISP
0015 depends on PMIC_OPREGION
0016 select IOSF_MBI
0017 select VIDEOBUF_VMALLOC
0018 select VIDEO_V4L2_SUBDEV_API
0019 help
0020 Say Y here if your platform supports Intel Atom SoC
0021 camera imaging subsystem.
0022 To compile this driver as a module, choose M here: the
0023 module will be called atomisp
0024
0025 config VIDEO_ATOMISP_ISP2401
0026 bool "Use Intel Atom ISP on Cherrytail/Anniedale (ISP2401)"
0027 depends on VIDEO_ATOMISP
0028 help
0029 Enable support for Atom ISP2401-based boards.
0030
0031 Select this option for Anniedale (Merrifield+ / Moorefield)
0032 and Cherrytrail SoCs.
0033
0034 Disabling it enables support for Atom ISP2400-based boards
0035 (Merrifield and Baytrail SoCs).
0036
0037 if VIDEO_ATOMISP
0038 source "drivers/staging/media/atomisp/i2c/Kconfig"
0039 endif