Skip to content

Commit a3f7d26

Browse files
geertumartinezjavier
authored andcommitted
drm/sitronix: Remove broken backwards-compatibility layer
When moving the Sitronix DRM drivers and renaming their Kconfig symbols, the old symbols were kept, aiming to provide a seamless migration path when running "make olddefconfig" or "make oldconfig". However, the old compatibility symbols are not visible. Hence unless they are selected by another symbol (which they are not), they can never be enabled, and no backwards compatibility is provided. Drop the broken mechanism and the old symbols. Fixes: 9b8f320 ("drm/sitronix: move tiny Sitronix drivers to their own subdir") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://lore.kernel.org/r/20395b14effe5e2e05a4f0856fdcda51c410329d.1747751592.git.geert+renesas@glider.be Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
1 parent 9ec1ac8 commit a3f7d26

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/gpu/drm/sitronix/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,19 @@ config DRM_ST7571_I2C
1010

1111
if M is selected the module will be called st7571-i2c.
1212

13-
config TINYDRM_ST7586
14-
tristate
15-
default n
16-
1713
config DRM_ST7586
1814
tristate "DRM support for Sitronix ST7586 display panels"
1915
depends on DRM && SPI
2016
select DRM_CLIENT_SELECTION
2117
select DRM_KMS_HELPER
2218
select DRM_GEM_DMA_HELPER
2319
select DRM_MIPI_DBI
24-
default TINYDRM_ST7586
2520
help
2621
DRM driver for the following Sitronix ST7586 panels:
2722
* LEGO MINDSTORMS EV3
2823

2924
If M is selected the module will be called st7586.
3025

31-
config TINYDRM_ST7735R
32-
tristate
33-
default n
34-
3526
config DRM_ST7735R
3627
tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
3728
depends on DRM && SPI
@@ -40,7 +31,6 @@ config DRM_ST7735R
4031
select DRM_GEM_DMA_HELPER
4132
select DRM_MIPI_DBI
4233
select BACKLIGHT_CLASS_DEVICE
43-
default TINYDRM_ST7735R
4434
help
4535
DRM driver for Sitronix ST7715R/ST7735R with one of the following
4636
LCDs:

0 commit comments

Comments
 (0)