drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 19 Aug 2021 11:22:53 +0000 (13:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Aug 2021 09:19:08 +0000 (11:19 +0200)
commit60aede70f4a633720b28338b1877438f34a386b3
treeaa3a45fbc8cb27d86950c4b72d9ae9f3bb52d6eb
parent47ddb72f789333a8ccb792b0fd6d6fe8a7906694
drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP

Commit 55b68fb856b5 ("drm/omap: squash omapdrm sub-modules into one")
removes the config OMAP2_DSS in ./drivers/gpu/drm/omapdrm/dss/Kconfig,
while moving the other configs into./drivers/gpu/drm/omapdrm/Kconfig, but
misses to remove an obsolete selection of OMAP2_DSS in config DRM_OMAP.

Hence, ./scripts/checkkconfigsymbols.py warns:

OMAP2_DSS
Referencing files: drivers/gpu/drm/omapdrm/Kconfig

Remove this reference in an obsolete selection.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210819112253.16484-6-lukas.bulwahn@gmail.com
drivers/gpu/drm/omapdrm/Kconfig