xref: /openbmc/linux/drivers/media/pci/intel/Kconfig (revision 3e8bd1ba)
1# SPDX-License-Identifier: GPL-2.0-only
2config IPU_BRIDGE
3	tristate
4	depends on I2C && ACPI
5	help
6	  This is a helper module for the IPU bridge, which can be
7	  used by ipu3 and other drivers. In order to handle module
8	  dependencies, this is selected by each driver that needs it.
9
10source "drivers/media/pci/intel/ipu3/Kconfig"
11source "drivers/media/pci/intel/ivsc/Kconfig"
12