drm/sitronix: Remove broken backwards-compatibility layer
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 20 May 2025 14:33:59 +0000 (16:33 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Tue, 27 May 2025 08:21:51 +0000 (10:21 +0200)
commita3f7d26dfce9e2d547a58f4941881843a391a6cc
tree23f01551feed76d84a9addb3a7b3ece7f13b5017
parent9ec1ac835e489b9ab2776c0cbbb1b1ca813923a2
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: 9b8f32002cddf792 ("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>
drivers/gpu/drm/sitronix/Kconfig