]> git.baikalelectronics.ru Git - kernel.git/commit
drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
authorLiu Ying <victor.liu@nxp.com>
Sun, 9 Oct 2022 02:35:27 +0000 (10:35 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 1 Nov 2022 13:36:17 +0000 (14:36 +0100)
commit3a952d039c231d2829e96582354e710acae7dc2f
tree23c18a8edf30a2359dc743c8ef974adfc821f0b2
parentc13980e76273d460cc4484e5e8d49c74b46d185c
drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line

A duplicated line 'select DRM_KMS_HELPER' was introduced in Kconfig file
by commit a03afdfcd490 ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option"),
so remove it.

Fixes: a03afdfcd490 ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20221009023527.3669647-1-victor.liu@nxp.com
drivers/gpu/drm/imx/Kconfig