
This change adds new config for display driver, to reduce debug memory usage. If this config is enabled, number of entries for event logs and register dumps is reduced. Currently this config is enabled only for TUI VM. Change-Id: I31570d5743f3e8aa3fc079848553a452b8fccd18 Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
11 líneas
303 B
Plaintext
11 líneas
303 B
Plaintext
export CONFIG_DRM_MSM=y
|
|
export CONFIG_DRM_MSM_SDE=y
|
|
export CONFIG_SYNC_FILE=y
|
|
export CONFIG_DRM_MSM_DSI=y
|
|
export CONFIG_DSI_PARSER=y
|
|
export CONFIG_QCOM_MDSS_PLL=y
|
|
export CONFIG_DRM_MSM_REGISTER_LOGGING=y
|
|
export CONFIG_DISPLAY_BUILD=m
|
|
export CONFIG_DRM_SDE_VM=y
|
|
export CONFIG_DRM_LOW_MSM_MEM_FOOTPRINT=y
|