Kconfig (2545a2c02ba1da9cfb9ec218623c71b00eb4a555) Kconfig (29006e196a5661d9afc8152fa2bf8a5347ac17b4)
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"
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"