# SPDX-License-Identifier: GPL-2.0-only

comment "Intel media platform drivers"

config VIDEO_PXA27x
	tristate "PXA27x Quick Capture Interface driver"
	depends on V4L_PLATFORM_DRIVERS
	depends on VIDEO_DEV
	depends on PXA27x || COMPILE_TEST
	select VIDEOBUF2_DMA_SG
	select SG_SPLIT
	select V4L2_FWNODE
	help
	  This is a v4l2 driver for the PXA27x Quick Capture Interface

config INTEL_IPU6_ADLRVP_PDATA
        bool "Enable built in platform data for ADL RVP"
        depends on MEDIA_CAMERA_SUPPORT
        help
         Pre-ACPI system platform data is compiled inside kernel

         This platform data is useful for software development before
         the SOC system not ready.

config INTEL_IPU_ACPI
        tristate "Enable IPU ACPI driver"
        depends on I2C
        depends on ACPI
        depends on INTEL_SKL_INT3472
        help
        Driver to read ACPI data from BIOS

        This driver is used to read ACPI data from BIOS
