mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 16:47:42 +00:00

VIDEO_INTEL_IPU6 selects IPU6_BRIDGE, but they have different set of dependencies. It fixes this warning: WARNING: unmet direct dependencies detected for IPU_BRIDGE Depends on [n]: MEDIA_SUPPORT [=y] && PCI [=y] && MEDIA_PCI_SUPPORT [=y] && I2C [=y] && ACPI [=n] Selected by [y]: - VIDEO_INTEL_IPU6 [=y] && MEDIA_SUPPORT [=y] && PCI [=y] && MEDIA_PCI_SUPPORT [=y] && (ACPI [=n] || COMPILE_TEST [=y]) && VIDEO_DEV [=y] && X86 [=y] && X86_64 [=y] && HAS_DMA [=y] Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
22 lines
613 B
Plaintext
22 lines
613 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
source "drivers/media/pci/intel/ipu3/Kconfig"
|
|
source "drivers/media/pci/intel/ipu6/Kconfig"
|
|
source "drivers/media/pci/intel/ivsc/Kconfig"
|
|
|
|
config IPU_BRIDGE
|
|
tristate "Intel IPU Bridge"
|
|
depends on ACPI || COMPILE_TEST
|
|
depends on I2C
|
|
help
|
|
The IPU bridge is a helper library for Intel IPU drivers to
|
|
function on systems shipped with Windows.
|
|
|
|
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
|