1menuconfig INTEL_ATOMISP
2        bool "Enable support to Intel MIPI camera drivers"
3        depends on X86 && EFI && MEDIA_CONTROLLER && PCI && ACPI
4        help
5          Enable support for the Intel ISP2 camera interfaces and MIPI
6          sensor drivers.
7
8if INTEL_ATOMISP
9source "drivers/staging/media/atomisp/pci/Kconfig"
10source "drivers/staging/media/atomisp/i2c/Kconfig"
11endif
12