[PATCH] ARM: bcm: NSP: Removed forced thermal selection

Florian Fainelli posted 1 patch 3 years, 9 months ago
arch/arm/mach-bcm/Kconfig | 2 --
1 file changed, 2 deletions(-)
[PATCH] ARM: bcm: NSP: Removed forced thermal selection
Posted by Florian Fainelli 3 years, 9 months ago
Both THERMAL and THERMA_OF are user-selectable and we should not force
the selection of those Kconfig entries.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/mach-bcm/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index f73a056bf560..bf6b1218cc05 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -54,8 +54,6 @@ config ARCH_BCM_NSP
 	select ARM_ERRATA_775420
 	select ARM_ERRATA_764369 if SMP
 	select ARM_TIMER_SP804
-	select THERMAL
-	select THERMAL_OF
 	help
 	  Support for Broadcom Northstar Plus SoC.
 	  Broadcom Northstar Plus family of SoCs are used for switching control
-- 
2.25.1
Re: [PATCH] ARM: bcm: NSP: Removed forced thermal selection
Posted by Florian Fainelli 3 years, 9 months ago
On 7/11/22 15:29, Florian Fainelli wrote:
> Both THERMAL and THERMA_OF are user-selectable and we should not force
> the selection of those Kconfig entries.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Applied to https://github.com/Broadcom/stblinux/commits/soc/next, thanks!
-- 
Florian