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