ANDROID: Kconfig.gki: fix up GKI_HIDDEN_DRM_CONFIGS entry

Due to some drm Kconfig dependancy changes in the drm merge in 5.17-rc1,
the select option of DRM_KMS_CMA_HELPER and DRM_GEM_CMA_HELPER need to
be removed in order to be able to properly build an allmodconfig kernel.

Fixes: 4b2b5e142f ("drm: Move GEM memory managers into modules")
Fixes: 09717af7d1 ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0b74e37d046aaae6bfeacec1695faf4780703622
This commit is contained in:
Greg Kroah-Hartman
2022-01-14 10:39:21 +01:00
parent fa8445fc05
commit edf8b2a0c1

View File

@@ -2,8 +2,6 @@ config GKI_HIDDEN_DRM_CONFIGS
bool "Hidden DRM configs needed for GKI"
select DRM_KMS_HELPER if (HAS_IOMEM && DRM)
select DRM_GEM_SHMEM_HELPER if (DRM)
select DRM_GEM_CMA_HELPER
select DRM_KMS_CMA_HELPER
select DRM_MIPI_DSI
select DRM_TTM if (HAS_IOMEM && DRM)
select VIDEOMODE_HELPERS