[arm64] Enable THERMAL

We had some thermal options in the config file but they weren't enabled
because CONFIG_THERMAL wasn't enabled.
This commit is contained in:
Martin Michlmayr 2016-06-11 00:25:35 -07:00
parent cb248f2010
commit 6902e92ec8
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -16,6 +16,7 @@ linux (4.7~rc2-1~exp1) UNRELEASED; urgency=medium
[ Martin Michlmayr ]
* [armhf, arm64] Enable PHY_TEGRA_XUSB and USB_XHCI_TEGRA.
* [arm64] Enable TEGRA210_ADMA.
* [arm64] Enable THERMAL.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 07 Jun 2016 19:37:55 +0100

View File

@ -364,6 +364,8 @@ CONFIG_SPI_TEGRA20_SLINK=m
##
## file: drivers/thermal/Kconfig
##
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=y
CONFIG_HISI_THERMAL=m
CONFIG_TEGRA_SOCTHERM=m