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

source "drivers/media/pci/intel/ipu3/Kconfig"
source "drivers/media/pci/intel/ivsc/Kconfig"