ANDROID: GKI: remove DRM_KMS_CMA_HELPER from GKI configuration

DRM_KMS_CMA_HELPER config option select FB_DEFERRED_IO config which
in turn causes ABI differences inside struct fb_info. Remove this config
option since it's not required in 4.19 GKI.

Bug: 152530986
Test: build
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I0a569544aecff61805e7398fa81b1409fc50496b
Merged-In: I0a569544aecff61805e7398fa81b1409fc50496b
This commit is contained in:
Suren Baghdasaryan
2020-03-26 12:29:07 -07:00
parent bc39cf0bc8
commit ac236165f2

View File

@@ -2,7 +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_CMA_HELPER
select DRM_KMS_CMA_HELPER
select DRM_MIPI_DSI
select VIDEOMODE_HELPERS
help