1menuconfig INTEL_ATOMISP
2	bool "Enable support to Intel Atom ISP camera drivers"
3	depends on X86 && EFI && PCI && ACPI
4	select IOSF_MBI
5	select MEDIA_CONTROLLER
6	select COMMON_CLK
7	help
8	  Enable support for the Intel ISP2 camera interfaces and MIPI
9	  sensor drivers.
10
11config VIDEO_ATOMISP
12	tristate "Intel Atom Image Signal Processor Driver"
13	depends on VIDEO_V4L2 && INTEL_ATOMISP
14	select IOSF_MBI
15	select VIDEOBUF_VMALLOC
16	---help---
17	  Say Y here if your platform supports Intel Atom SoC
18	  camera imaging subsystem.
19	  To compile this driver as a module, choose M here: the
20	  module will be called atomisp
21
22config VIDEO_ATOMISP_ISP2401
23	bool "VIDEO_ATOMISP_ISP2401"
24	depends on VIDEO_ATOMISP
25	help
26	  Enable support for Atom ISP2401-based boards.
27
28	  Select this option for  Anniedale (Merrifield+ / Moorefield)
29	  and Cherrytrail SoCs.
30
31	  Disabling it enables support for Atom ISP2400-based boards
32	  (Merrifield and Baytrail SoCs).
33
34if VIDEO_ATOMISP
35source "drivers/staging/media/atomisp/i2c/Kconfig"
36endif
37