2023-05-18 12:05:21 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2023-09-27 11:53:12 +03:00
|
|
|
|
|
|
|
source "drivers/media/pci/intel/ipu3/Kconfig"
|
2024-01-31 17:51:04 +08:00
|
|
|
source "drivers/media/pci/intel/ipu6/Kconfig"
|
2023-09-27 11:53:12 +03:00
|
|
|
source "drivers/media/pci/intel/ivsc/Kconfig"
|
|
|
|
|
2023-05-18 12:05:21 +02:00
|
|
|
config IPU_BRIDGE
|
2023-09-27 11:53:12 +03:00
|
|
|
tristate "Intel IPU Bridge"
|
2024-05-01 14:08:12 +01:00
|
|
|
depends on ACPI || COMPILE_TEST
|
|
|
|
depends on I2C
|
2023-05-18 12:05:21 +02:00
|
|
|
help
|
2023-09-27 11:53:12 +03:00
|
|
|
The IPU bridge is a helper library for Intel IPU drivers to
|
|
|
|
function on systems shipped with Windows.
|
2023-05-18 12:05:21 +02:00
|
|
|
|
2023-09-27 11:53:12 +03:00
|
|
|
Currently used by the ipu3-cio2 and atomisp drivers.
|
|
|
|
|
|
|
|
Supported systems include:
|
|
|
|
|
|
|
|
- Microsoft Surface models (except Surface Pro 3)
|
|
|
|
- The Lenovo Miix line (for example the 510, 520, 710 and 720)
|
|
|
|
- Dell 7285
|