Skip to content

Commit 5b0b27e

Browse files
author
Rafał Miłecki
committed
bcm53xx: enable Northstar thermal driver
It allows monitoring CPU temp and will shutdown system on critical value. Signed-off-by: Rafał Miłecki <[email protected]>
1 parent c03d431 commit 5b0b27e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

target/linux/bcm53xx/config-4.4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
7171
CONFIG_BCMA_HOST_SOC=y
7272
CONFIG_BCMA_SFLASH=y
7373
CONFIG_BCM_NET_PHYLIB=y
74+
CONFIG_BCM_NS_THERMAL=y
7475
CONFIG_BGMAC=y
7576
CONFIG_BGMAC_BCMA=y
7677
# CONFIG_BGMAC_PLATFORM is not set
@@ -311,6 +312,10 @@ CONFIG_SWCONFIG_B53_SRAB_DRIVER=y
311312
CONFIG_SWIOTLB=y
312313
CONFIG_SWP_EMULATE=y
313314
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
315+
CONFIG_THERMAL=y
316+
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
317+
CONFIG_THERMAL_GOV_STEP_WISE=y
318+
CONFIG_THERMAL_OF=y
314319
# CONFIG_THUMB2_KERNEL is not set
315320
CONFIG_TICK_CPU_ACCOUNTING=y
316321
CONFIG_TREE_RCU=y

0 commit comments

Comments
 (0)