Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1633128 > unrolled thread

[PATCH v3 1/3] ARM: BCM: Enable thermal support for NSP SoCs

Started byJon Mason <jon.mason@broadcom.com>
First post2017-04-28 22:20 +0200
Last post2017-04-28 22:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 1/3] ARM: BCM: Enable thermal support for NSP SoCs Jon Mason <jon.mason@broadcom.com> - 2017-04-28 22:20 +0200

#1633128 — [PATCH v3 1/3] ARM: BCM: Enable thermal support for NSP SoCs

FromJon Mason <jon.mason@broadcom.com>
Date2017-04-28 22:20 +0200
Subject[PATCH v3 1/3] ARM: BCM: Enable thermal support for NSP SoCs
Message-ID<tBkwW-45D-23@gated-at.bofh.it>
Change the Northstar Plus Kconfig to select THERMAL and THERMAL_OF,
which allows the ns-thermal driver to be selected via menuconfig.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 arch/arm/mach-bcm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index a0e66d8..93a61d0 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -44,6 +44,8 @@ config ARCH_BCM_NSP
 	select ARM_ERRATA_775420
 	select ARM_ERRATA_764369 if SMP
 	select HAVE_SMP
+	select THERMAL
+	select THERMAL_OF
 	help
 	  Support for Broadcom Northstar Plus SoC.
 	  Broadcom Northstar Plus family of SoCs are used for switching control
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web