msm: vidc: disable compilation for gki

gki needs video driver as module and hence compile
video driver for qgki variant only.

Change-Id: I6e25c5c7651e02df35c40ac1b27a8a61e3110530
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja 2019-11-19 16:20:36 -08:00
parent 2c2d48f5b6
commit ea8b192b84

View File

@ -1 +1,3 @@
ifeq ($(CONFIG_QGKI),y)
export CONFIG_MSM_VIDC_V4L2=y
endif