mirror_ubuntu-kernels/drivers/gpu/drm/shmobile
Geert Uytterhoeven 4bd65789ba drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platforms
The LCD Controller supported by the drm-shmob driver is present
on SuperH SH-Mobile SoCs, and on Renesas ARM SH/R-Mobile SoCs.
Unfortunately its config option is not visible on either, so the user
can never enable the support.

Fix this by dropping the dependency on ARM (for SuperH), and by widening
the dependency range to ARCH_RENESAS (for ARM).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/40ac67e0887d833ab4a3f1ec24828dedf0d8e108.1684854992.git.geert+renesas@glider.be
2023-05-24 14:00:49 +02:00
..
Kconfig drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platforms 2023-05-24 14:00:49 +02:00
Makefile
shmob_drm_backlight.c drm: shmobile: Use backlight helper 2022-06-24 21:45:28 +02:00
shmob_drm_backlight.h
shmob_drm_crtc.c drm: shmobile: Switch to drm_crtc_init_with_planes() 2023-05-24 14:00:47 +02:00
shmob_drm_crtc.h
shmob_drm_drv.c drm: shmobile: Add missing call to drm_fbdev_generic_setup() 2023-05-24 14:00:48 +02:00
shmob_drm_drv.h drm/shmobile: Convert to Linux IRQ interfaces 2021-07-25 11:01:12 +02:00
shmob_drm_kms.c drm: shmobile: Add support for DRM_FORMAT_XRGB8888 2023-05-24 14:00:46 +02:00
shmob_drm_kms.h drm/gem: rename GEM CMA helpers to GEM DMA helpers 2022-08-03 18:31:49 +02:00
shmob_drm_plane.c drm: shmobile: Add support for DRM_FORMAT_XRGB8888 2023-05-24 14:00:46 +02:00
shmob_drm_plane.h
shmob_drm_regs.h