blob: c655f71c6848c70ff7714e010f64bf2daa8d3416 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-only
#
# MSM DBA
#
config MSM_DBA
bool "MSM Display Bridge Abstraction support"
depends on ARM || ARM64
help
Support for MSM display bridge abstraction interface. MSM display
drivers can use the same interface to interact with different third
party bridge chips. Drivers implemented for third party bridge chips
should support this interface to allow display driver to control the
bridge chip. The MSM DBA driver maintains a list of devices supported
on the platform and allow clients to register and access these
devices.
config MSM_DBA_ADV7533
bool "ADV7533 driver support through MSM DBA interface"
depends on MSM_DBA
default n
help
Support for ADV7533 DSI to HDMI display bridge driver. The driver
controls the ADV7533 HW through the I2C interface and configures
the DSI input and HDMI output video format.