xref: /openbmc/linux/drivers/media/pci/intel/Kconfig (revision 7c7e33b7)
1# SPDX-License-Identifier: GPL-2.0-only
2config IPU_BRIDGE
3	bool "Intel IPU Sensors Bridge"
4	depends on VIDEO_IPU3_CIO2 && ACPI
5	depends on I2C
6	help
7	  This extension provides an API for the Intel IPU driver to create
8	  connections to cameras that are hidden in the SSDB buffer in ACPI.
9	  It can be used to enable support for cameras in detachable / hybrid
10	  devices that ship with Windows.
11
12	  Say Y here if your device is a detachable / hybrid laptop that comes
13	  with Windows installed by the OEM, for example:
14
15		- Microsoft Surface models (except Surface Pro 3)
16		- The Lenovo Miix line (for example the 510, 520, 710 and 720)
17		- Dell 7285
18
19	  If in doubt, say N here.
20
21source "drivers/media/pci/intel/ipu3/Kconfig"
22