Add samsung specific changes
This commit is contained in:
@@ -1694,6 +1694,18 @@ config SENSORS_PWM_FAN
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called pwm-fan.
|
||||
|
||||
config SENSORS_QTI_AMOLED_ECM
|
||||
tristate "Qualcomm Technologies, Inc. AMOLED Current Monitor"
|
||||
depends on SPMI
|
||||
help
|
||||
Qualcomm Technologies, Inc. ECM driver supports measurement of
|
||||
OLED display power with a time granularity in sub-frame or
|
||||
multiple frames of image data. The measurement can be for a short
|
||||
period (N frames) or a long period (continuous mode).
|
||||
|
||||
To compile this driver as module, choose M here: the module will
|
||||
be called qti_amoled_ecm.
|
||||
|
||||
config SENSORS_RASPBERRYPI_HWMON
|
||||
tristate "Raspberry Pi voltage monitor"
|
||||
depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
|
||||
|
@@ -178,6 +178,7 @@ obj-$(CONFIG_SENSORS_PC87427) += pc87427.o
|
||||
obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o
|
||||
obj-$(CONFIG_SENSORS_POWR1220) += powr1220.o
|
||||
obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
|
||||
obj-$(CONFIG_SENSORS_QTI_AMOLED_ECM) += qti_amoled_ecm.o
|
||||
obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
|
||||
obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
|
||||
obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
|
||||
|
1083
drivers/hwmon/qti_amoled_ecm.c
Normal file
1083
drivers/hwmon/qti_amoled_ecm.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user