11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
# 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"
|