mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
drm/logicvc: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER
CONFIG_DRM_KMS_CMA_HELPER was removed by commit09717af7d1("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option"). When commit6bcfe8eaee("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
This commit is contained in:
parent
fedf002d7d
commit
f97802dd98
|
|
@ -4,7 +4,6 @@ config DRM_LOGICVC
|
|||
depends on OF || COMPILE_TEST
|
||||
select DRM_CLIENT_SELECTION
|
||||
select DRM_KMS_HELPER
|
||||
select DRM_KMS_DMA_HELPER
|
||||
select DRM_GEM_DMA_HELPER
|
||||
select REGMAP
|
||||
select REGMAP_MMIO
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user