mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: enable CONFIG_THERMAL_NETLINK
Bug: 170682696 Test: boot to home and thermal_genl_send_event worked properly. Change-Id: I3764f6f8eaa47eab6f0941617bf6268bb3b4db4d Signed-off-by: davidchao <davidchao@google.com> (cherry picked from commit e8173a7565113b7ccdb32a9719f7ab028e070b02) Signed-off-by: Will McVicker <willmcvicker@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
dc543a5b2a
commit
bdcba24146
|
|
@ -346,6 +346,7 @@ CONFIG_GPIO_GENERIC_PLATFORM=y
|
|||
CONFIG_POWER_RESET_HISI=y
|
||||
# CONFIG_HWMON is not set
|
||||
CONFIG_THERMAL=y
|
||||
CONFIG_THERMAL_NETLINK=y
|
||||
CONFIG_THERMAL_STATISTICS=y
|
||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=100
|
||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@ CONFIG_SPI=y
|
|||
CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_GENERIC_PLATFORM=y
|
||||
# CONFIG_HWMON is not set
|
||||
CONFIG_THERMAL_NETLINK=y
|
||||
CONFIG_THERMAL_STATISTICS=y
|
||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=100
|
||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user