summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-12-20 11:28:22 +0100
committerThierry Reding <treding@nvidia.com>2022-02-23 13:00:37 +0100
commit8913e1aea4b32a866343b14e565c62cec54f3f78 (patch)
tree37cf6488e46c588e11c2564b73f0dad27b6deacb /drivers/gpu/drm/tegra/Kconfig
parent16693c1b2d98cebc8dedf03b49d1053cf1826c86 (diff)
drm/tegra: dpaux: Populate AUX bus
The DPAUX hardware block exposes an DP AUX interface that provides access to an AUX bus and the devices on that bus. Use the DP AUX bus infrastructure that was recently introduced to probe devices on this bus from DT. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-rw-r--r--drivers/gpu/drm/tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
index 8cf5aeb9db6c..201f5175ecfe 100644
--- a/drivers/gpu/drm/tegra/Kconfig
+++ b/drivers/gpu/drm/tegra/Kconfig
@@ -5,6 +5,7 @@ config DRM_TEGRA
depends on COMMON_CLK
depends on DRM
depends on OF
+ select DRM_DP_AUX_BUS
select DRM_KMS_HELPER
select DRM_MIPI_DSI
select DRM_PANEL