summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/mipi_camera/Kconfig
blob: 88c97bd0dee12e0cd010a5b8ea3093106260b187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SPDX-License-Identifier: GPL-2.0-only

config DRIVERS_INTEL_MIPI_CAMERA
	bool
	depends on HAVE_ACPI_TABLES
	default n
	help
	  MIPI CSI I2C camera SSDT generator. Generates SSDB and PWDB
	  structures which are used by the Intel kernel drivers.

config DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC
	def_bool n
	help
	  Use this config to provide information to IPU kernel driver
	  if pre-production or production signed IPU FW needs to be loaded.