This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
548cf4ba56
android_kernel_xiaomi_sm8350
/
config
/
konavid.conf
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2019-11-19 19:20:36 -05:00
ifeq ($(CONFIG_QGKI),y)
techpack: video: Video driver kernel project initial snapshot This change brings msm vidc driver from base 4.19 kernel project. It is the first source code snapshot from base kernel project. Change-Id: I1d600c4e9459b9013f4b607890c52644f6d94f0c Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
2019-04-29 18:20:26 -04:00
export CONFIG_MSM_VIDC_V4L2=y
msm: vidc: make video driver as module make changes in video driver to make it as module. Change-Id: I00788a1b72cc799f655b16e1bc6b7d6d6e0441f9 Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
2019-12-18 17:21:34 -05:00
else
export CONFIG_MSM_VIDC_V4L2=m
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>
2019-11-19 19:20:36 -05:00
endif
Reference in New Issue
Copy Permalink