1# SPDX-License-Identifier: GPL-2.0-only
2
3source "drivers/media/pci/intel/ipu3/Kconfig"
4source "drivers/media/pci/intel/ipu6/Kconfig"
5source "drivers/media/pci/intel/ivsc/Kconfig"
6
7config IPU_BRIDGE
8	tristate "Intel IPU Bridge"
9	depends on ACPI || COMPILE_TEST
10	depends on I2C
11	help
12	  The IPU bridge is a helper library for Intel IPU drivers to
13	  function on systems shipped with Windows.
14
15	  Currently used by the ipu3-cio2 and atomisp drivers.
16
17	  Supported systems include:
18
19	  - Microsoft Surface models (except Surface Pro 3)
20	  - The Lenovo Miix line (for example the 510, 520, 710 and 720)
21	  - Dell 7285
22