config VIDEO_INTEL_IPU4
	tristate "Intel intel-ipu4 driver"
	depends on ACPI
	select IOMMU_API
	select IOMMU_IOVA
	select X86_DEV_DMA_OPS if X86
	select VIDEOBUF2_DMA_CONTIG
	select PHYS_ADDR_T_64BIT
	select COMMON_CLK
	---help---
	Say Y here!

choice
	prompt "intel-ipu4 hardware type"
	depends on VIDEO_INTEL_IPU4
	default VIDEO_INTEL_IPU4_SOC

config VIDEO_INTEL_IPU4_SOC
	bool "Compile for SOC"

config VIDEO_INTEL_IPU4_FPGA
	bool "Compile for FPGA"

config VIDEO_INTEL_IPU4_ISYS_FPGA
	bool "Compile for ISYS-only FPGA"

config VIDEO_INTEL_IPU4_PSYS_FPGA
	bool "Compile for PSYS-only FPGA"

endchoice

config VIDEO_INTEL_IPU4_DEBUG
	tristate "User space interface for firmware testing"
	depends on VIDEO_INTEL_IPU4
