mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
soc: qcom: panel_event_notifier: Add support for driver
Add Config and make rules for panel_event_notifier driver. Change-Id: Id8975ac19e3201a1ac7396821c1be0288bfa8617 Signed-off-by: Bruce Levy <quic_blevy@quicinc.com>
This commit is contained in:
parent
db1207c6eb
commit
9c6f80d9fe
|
|
@ -845,4 +845,14 @@ config MSM_PERFORMANCE
|
|||
fmin and fmax. The user space can request the cpu freq change by
|
||||
writing cpu#:freq values
|
||||
|
||||
config QCOM_PANEL_EVENT_NOTIFIER
|
||||
tristate "panel event notifier"
|
||||
depends on DRM
|
||||
help
|
||||
Enabling this option adds panel event notifier driver.
|
||||
This driver is responsible for notifying clients interested in display
|
||||
panel events such as panel on , panel off, fps change etc. Clients
|
||||
can use these notifications for power saving or align its operations
|
||||
with display panel power state.
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
|
|
@ -80,3 +80,4 @@ wcd_usbss_i2c-y += wcd-usbss-regmap.o
|
|||
wcd_usbss_i2c-y += wcd-usbss-tables.o
|
||||
wcd_usbss_i2c-y += wcd-usbss-utils.o
|
||||
wcd_usbss_i2c-y += wcd939x-i2c.o
|
||||
obj-$(CONFIG_QCOM_PANEL_EVENT_NOTIFIER) += panel_event_notifier.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user