mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-08 12:02:33 +02:00
drm_bridge_connector is a "leaf" driver, belonging to the display helper, rather than the "CRTC" drm_kms_helper module. Move the driver to the drm/display and add necessary Kconfig selection clauses. Suggested-by: Maxime Ripard <mripard@kernel.org> Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240903-drm-bridge-connector-fix-hdmi-reset-v5-2-daebde6d9857@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
config DRM_IMX_DCSS
|
|
tristate "i.MX8MQ DCSS"
|
|
select IMX_IRQSTEER
|
|
select DRM_KMS_HELPER
|
|
select DRM_DISPLAY_HELPER
|
|
select DRM_BRIDGE_CONNECTOR
|
|
select DRM_GEM_DMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
depends on DRM && ARCH_MXC && ARM64
|
|
help
|
|
Choose this if you have a NXP i.MX8MQ based system and want to use the
|
|
Display Controller Subsystem. This option enables DCSS support.
|