projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdaed8
)
drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
author
Liu Ying
<victor.liu@nxp.com>
Sun, 9 Oct 2022 02:35:27 +0000
(10:35 +0800)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Tue, 1 Nov 2022 13:36:17 +0000
(14:36 +0100)
A duplicated line 'select DRM_KMS_HELPER' was introduced in Kconfig file
by commit
09717af7d13d
("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option"),
so remove it.
Fixes: 09717af7d13d ("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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/Kconfig
b/drivers/gpu/drm/imx/Kconfig
index 975de4ff7313cb9dbd5e206f7f327d1aa4a3faf2..fd5b2471fdf0a44f25c21958eb47f1dd41dc5717 100644
(file)
--- a/
drivers/gpu/drm/imx/Kconfig
+++ b/
drivers/gpu/drm/imx/Kconfig
@@
-4,7
+4,6
@@
config DRM_IMX
select DRM_KMS_HELPER
select VIDEOMODE_HELPERS
select DRM_GEM_DMA_HELPER
- select DRM_KMS_HELPER
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
depends on IMX_IPUV3_CORE
help