linux/drivers/gpu/drm/logicvc
Karl Mehltretter f97802dd98 drm/logicvc: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER
CONFIG_DRM_KMS_CMA_HELPER was removed by commit 09717af7d1 ("drm:
Remove CONFIG_DRM_KMS_CMA_HELPER option"). When commit 6bcfe8eaee
("drm/fb: rename FB CMA helpers to FB DMA helpers") later renamed the
select in this Kconfig to CONFIG_DRM_KMS_DMA_HELPER, no symbol of that
name existed, and git log -S finds no Kconfig file that has defined one
since. The select is silently ignored. The driver already selects
CONFIG_DRM_GEM_DMA_HELPER, which is what it needs.

Remove the dead line.

Fixes: 6bcfe8eaee ("drm/fb: rename FB CMA helpers to FB DMA helpers")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260905080344.34077-1-kmehltretter@gmail.com
2026-09-08 15:36:18 +02:00
..
Kconfig drm/logicvc: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER 2026-09-08 15:36:18 +02:00
logicvc_crtc.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
logicvc_crtc.h
logicvc_drm.c drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse() 2026-02-10 15:18:36 +01:00
logicvc_drm.h
logicvc_interface.c drm/panel: of_drm_find_panel() return a counted reference 2026-07-20 15:07:22 +02:00
logicvc_interface.h
logicvc_layer.c drm: Rename struct drm_atomic_state to drm_atomic_commit 2026-05-04 14:05:04 +10:00
logicvc_layer.h
logicvc_mode.c drm/logicvc: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
logicvc_mode.h
logicvc_of.c
logicvc_of.h
logicvc_regs.h
Makefile