1## SPDX-License-Identifier: GPL-2.0-only 2 3config DRIVERS_INTEL_MIPI_CAMERA 4 bool 5 depends on HAVE_ACPI_TABLES 6 default n 7 help 8 MIPI CSI I2C camera SSDT generator. Generates SSDB and PWDB 9 structures which are used by the Intel kernel drivers. 10 11config DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC 12 def_bool n 13 help 14 Use this config to provide information to IPU kernel driver 15 if pre-production or production signed IPU FW needs to be loaded. 16