[armhf,arm64] thermal: Enable BCM2835_THERMAL as module (Closes: #877699)

This commit is contained in:
Ben Hutchings 2017-10-04 23:15:42 +01:00
parent 80832bbbef
commit 18b1b67002
3 changed files with 16 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (4.13.4-2) UNRELEASED; urgency=medium
* [armhf,arm64] thermal: Enable BCM2835_THERMAL as module (Closes: #877699)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 04 Oct 2017 23:14:54 +0100
linux (4.13.4-1) unstable; urgency=medium
* New upstream stable update:

View File

@ -757,6 +757,11 @@ CONFIG_CPU_THERMAL=y
CONFIG_HISI_THERMAL=m
CONFIG_QCOM_SPMI_TEMP_ALARM=m
##
## file: drivers/thermal/broadcom/Kconfig
##
CONFIG_BCM2835_THERMAL=m
##
## file: drivers/thermal/qcom/Kconfig
##

View File

@ -1062,6 +1062,11 @@ CONFIG_SPI_SPIDEV=y
CONFIG_ROCKCHIP_THERMAL=m
CONFIG_ARMADA_THERMAL=y
##
## file: drivers/thermal/broadcom/Kconfig
##
CONFIG_BCM2835_THERMAL=m
##
## file: drivers/thermal/tegra/Kconfig
##