drm: rockchip: remove reference to non-existing config DRM_RGB
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 19 Aug 2021 11:22:49 +0000 (13:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Aug 2021 09:19:08 +0000 (11:19 +0200)
commitb0c2a157a606f6dc3ab7c1c9c7ffc767016b17ac
treeb01af585b6c64206da2a4761ec743e0b9473c50e
parente9ae220d3f6f8f44250b83c6c332733fcae639fd
drm: rockchip: remove reference to non-existing config DRM_RGB

commit 1f0f01515172 ("drm/rockchip: Add support for Rockchip Soc RGB
output interface") accidently adds to select the non-existing config
DRM_RGB in ./drivers/gpu/drm/rockchip/Kconfig.

Luckily, ./scripts/checkkconfigsymbols.py warns on non-existing configs:

DRM_RGB
Referencing files: drivers/gpu/drm/rockchip/Kconfig

So, remove the reference to the non-existing config DRM_RGB.

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-2-lukas.bulwahn@gmail.com
drivers/gpu/drm/rockchip/Kconfig