Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0294792 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

drm/dsi-staging: enable DSI_PARSER sub-module



Enable the compilation of DSI_PARSER sub-module which is
a text parser and is used for parsing the panel configurations.

CRs-Fixed: 2223812
Change-Id: I2c3403ebbcfd6b6aa9db449e01567645dc756dc5
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent df165e3d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -71,6 +71,16 @@ config DRM_MSM_DSI_STAGING
	  Interface and DSI stands for Display Serial Interface which powers
	  the primary display of your mobile device.

config DSI_PARSER
	bool "Enable DSI panel configuration parser"
	depends on DYNAMIC_DEBUG
	default y
	help
	  Choose this option if you need text parser for a DSI panel
	  configurations which can parse a given text file and get the
	  panel configurations. Also, this module provides a set of APIs
	  which can be used to get the parsed data.

config DRM_MSM_DSI_PLL
	bool "Enable DSI PLL driver in MSM DRM"
	depends on DRM_MSM_DSI && COMMON_CLK