From: Rafał Miłecki Date: Thu, 20 Apr 2017 20:27:19 +0000 (+0200) Subject: bcm53xx: enable Northstar thermal driver X-Git-Tag: v17.01.3~92 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5b0b27eb4853c27f2428745535094aef9a8fd234;hp=c03d4317a6bc891cb4a5e89cbdd77f37c23aff86;p=openwrt%2Fopenwrt.git bcm53xx: enable Northstar thermal driver It allows monitoring CPU temp and will shutdown system on critical value. Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 723d16a71e..2eb84c5ef7 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -71,6 +71,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y CONFIG_BCMA_HOST_SOC=y CONFIG_BCMA_SFLASH=y CONFIG_BCM_NET_PHYLIB=y +CONFIG_BCM_NS_THERMAL=y CONFIG_BGMAC=y CONFIG_BGMAC_BCMA=y # CONFIG_BGMAC_PLATFORM is not set @@ -311,6 +312,10 @@ CONFIG_SWCONFIG_B53_SRAB_DRIVER=y CONFIG_SWIOTLB=y CONFIG_SWP_EMULATE=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_THERMAL=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +CONFIG_THERMAL_GOV_STEP_WISE=y +CONFIG_THERMAL_OF=y # CONFIG_THUMB2_KERNEL is not set CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TREE_RCU=y