mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
config DRM_LOGICVC
|
|
tristate "LogiCVC DRM"
|
|
depends on DRM
|
|
depends on OF || COMPILE_TEST
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select REGMAP
|
|
select REGMAP_MMIO
|
|
help
|
|
DRM display driver for the logiCVC programmable logic block from Xylon
|