Message ID | 20220711222919.4048833-1-f.fainelli@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: bcm: NSP: Removed forced thermal selection | expand |
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!
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
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(-)