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

From: Florian Fainelli
Date: Mon Jul 11 2022 - 18:29:32 EST


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@xxxxxxxxx>
---
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