summaryrefslogtreecommitdiff
path: root/drivers/media/platform/msm/sde/Kconfig
blob: d2c2e90f9de93c87c60bd8dfdeccde54c62e1a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config MSM_SDE_ROTATOR
	bool "QTI V4L2 based SDE Rotator"
	depends on ARCH_QCOM && VIDEO_V4L2
	select V4L2_MEM2MEM_DEV
	select VIDEOBUF2_CORE
	select SW_SYNC if SYNC
	---help---
	  Enable support of V4L2 rotator driver.

config MSM_SDE_ROTATOR_EVTLOG_DEBUG
	depends on MSM_SDE_ROTATOR
	bool "Enable sde rotator debugging"
	---help---
	The SDE rotator debugging provides support to enable rotator debugging
	features to: Dump rotator registers during driver errors, panic
	driver during fatal errors and enable some rotator driver logging
	into an internal buffer (this avoids logging overhead).

config MSM_SDE_HDMI_CEC
	bool "QTI SDE HDMI CEC Driver"
	depends on DRM_SDE_HDMI
	select MEDIA_CEC_SUPPORT
	select MEDIA_CEC_EDID
	select MEDIA_CEC_NOTIFIER
	---help---
	  The HDMI CEC driver provides support to enable HDMI CEC features
	  which allows various audiovisual products to communicate using HDMI
	  CEC links. CEC is a protocol defined in HDMI spec which consists of
	  both low-level and high-level protocol definition.