Skip to content

Commit 671b6c9

Browse files
committed
drm/display: Make DisplayPort AUX bus Kconfig name consistent
While most display helpers Kconfig symbols have the DRM_DISPLAY prefix, the DisplayPort AUX bus implementation uses DRM_DP_AUX_BUS. Since the number of users is limited and it's a selected symbol, we can easily rename it to make it consistent. Reviewed-by: Jani Nikula <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 6376eb8 commit 671b6c9

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

drivers/gpu/drm/bridge/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config DRM_ITE_IT6505
9696
select DRM_DISPLAY_DP_HELPER
9797
select DRM_DISPLAY_HDCP_HELPER
9898
select DRM_DISPLAY_HELPER
99-
select DRM_DP_AUX_BUS
99+
select DRM_DISPLAY_DP_AUX_BUS
100100
select DRM_KMS_HELPER
101101
select DRM_DP_HELPER
102102
select EXTCON
@@ -229,7 +229,7 @@ config DRM_PARADE_PS8640
229229
depends on OF
230230
select DRM_DISPLAY_DP_HELPER
231231
select DRM_DISPLAY_HELPER
232-
select DRM_DP_AUX_BUS
232+
select DRM_DISPLAY_DP_AUX_BUS
233233
select DRM_KMS_HELPER
234234
select DRM_MIPI_DSI
235235
select DRM_PANEL
@@ -389,7 +389,7 @@ config DRM_TI_SN65DSI86
389389
select DRM_PANEL
390390
select DRM_MIPI_DSI
391391
select AUXILIARY_BUS
392-
select DRM_DP_AUX_BUS
392+
select DRM_DISPLAY_DP_AUX_BUS
393393
help
394394
Texas Instruments SN65DSI86 DSI to eDP Bridge driver
395395

drivers/gpu/drm/bridge/analogix/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config DRM_ANALOGIX_ANX7625
3737
select DRM_DISPLAY_DP_HELPER
3838
select DRM_DISPLAY_HDCP_HELPER
3939
select DRM_DISPLAY_HELPER
40-
select DRM_DP_AUX_BUS
40+
select DRM_DISPLAY_DP_AUX_BUS
4141
select DRM_MIPI_DSI
4242
help
4343
ANX7625 is an ultra-low power 4K mobile HD transmitter

drivers/gpu/drm/display/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22

3-
config DRM_DP_AUX_BUS
3+
config DRM_DISPLAY_DP_AUX_BUS
44
tristate
55
depends on DRM
66
depends on OF || COMPILE_TEST

drivers/gpu/drm/display/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22

3-
obj-$(CONFIG_DRM_DP_AUX_BUS) += drm_dp_aux_bus.o
3+
obj-$(CONFIG_DRM_DISPLAY_DP_AUX_BUS) += drm_dp_aux_bus.o
44

55
drm_display_helper-y := drm_display_helper_mod.o
66
drm_display_helper-$(CONFIG_DRM_DISPLAY_DP_HELPER) += \

drivers/gpu/drm/mediatek/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config DRM_MEDIATEK_DP
2626
select PHY_MTK_DP
2727
select DRM_DISPLAY_HELPER
2828
select DRM_DISPLAY_DP_HELPER
29-
select DRM_DP_AUX_BUS
29+
select DRM_DISPLAY_DP_AUX_BUS
3030
help
3131
DRM/KMS Display Port driver for MediaTek SoCs.
3232

drivers/gpu/drm/msm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config DRM_MSM
1414
select IOMMU_IO_PGTABLE
1515
select QCOM_MDT_LOADER if ARCH_QCOM
1616
select REGULATOR
17-
select DRM_DP_AUX_BUS
17+
select DRM_DISPLAY_DP_AUX_BUS
1818
select DRM_DISPLAY_DP_HELPER
1919
select DRM_DISPLAY_HELPER
2020
select DRM_EXEC

drivers/gpu/drm/panel/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ config DRM_PANEL_SAMSUNG_ATNA33XC20
564564
depends on PM
565565
select DRM_DISPLAY_DP_HELPER
566566
select DRM_DISPLAY_HELPER
567-
select DRM_DP_AUX_BUS
567+
select DRM_DISPLAY_DP_AUX_BUS
568568
help
569569
DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
570570
be handled by the DRM_PANEL_SIMPLE driver because its power
@@ -805,7 +805,7 @@ config DRM_PANEL_EDP
805805
select VIDEOMODE_HELPERS
806806
select DRM_DISPLAY_DP_HELPER
807807
select DRM_DISPLAY_HELPER
808-
select DRM_DP_AUX_BUS
808+
select DRM_DISPLAY_DP_AUX_BUS
809809
select DRM_KMS_HELPER
810810
help
811811
DRM panel driver for dumb eDP panels that need at most a regulator and

drivers/gpu/drm/tegra/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config DRM_TEGRA
88
select DRM_DISPLAY_DP_HELPER
99
select DRM_DISPLAY_HDMI_HELPER
1010
select DRM_DISPLAY_HELPER
11-
select DRM_DP_AUX_BUS
11+
select DRM_DISPLAY_DP_AUX_BUS
1212
select DRM_KMS_HELPER
1313
select DRM_MIPI_DSI
1414
select DRM_PANEL

0 commit comments

Comments
 (0)