[linux] 03/05: [arm64] Enable THERMAL

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jun 11 07:35:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

tbm pushed a commit to branch master
in repository linux.

commit 6902e92ec8939afdb7cb0ea427339f46dfc242bf
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Sat Jun 11 00:25:35 2016 -0700

    [arm64] Enable THERMAL
    
    We had some thermal options in the config file but they weren't enabled
    because CONFIG_THERMAL wasn't enabled.
---
 debian/changelog           | 1 +
 debian/config/arm64/config | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c08e57a..d6ccfd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at decadent.org.uk>  Tue, 07 Jun 2016 19:37:55 +0100
 
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index afcda10..73f1509 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list