linux/drivers/gpu/drm/adp
Karl Mehltretter fedf002d7d drm/adp: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER
There is no Kconfig symbol CONFIG_DRM_KMS_DMA_HELPER. The former
CONFIG_DRM_KMS_CMA_HELPER was removed by commit 09717af7d1 ("drm:
Remove CONFIG_DRM_KMS_CMA_HELPER option") before this driver was added,
so the select does nothing. The driver already selects
CONFIG_DRM_GEM_DMA_HELPER, which is what it needs.

Remove the dead line.

Fixes: 332122eba6 ("drm: adp: Add Apple Display Pipe driver")
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/20260905080426.34224-1-kmehltretter@gmail.com
2026-09-08 15:36:03 +02:00
..
adp_drv.c Merge drm/drm-next into drm-misc-next 2026-05-07 16:17:01 +02:00
adp-mipi.c drm/adp: mipi: Add atomic bridge state handlers 2026-07-15 09:45:46 +02:00
Kconfig drm/adp: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER 2026-09-08 15:36:03 +02:00
Makefile