From b310b346f7df57dc8f2744d5471609a5a7ba8055 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 9 Jan 2019 10:59:46 +0900 Subject: [PATCH] ARM64: config: tizen_bcmrpi3: enable BCM2835_THERMAL Enable BCM2835_THERMAL to support tmu for ap which gives functionality to read /sys/class/thermal/thermal_zone0/temp. Change-Id: Iabc776a40c5b294b8228fddf4f00853de8df366c Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 2a450b4..d964291 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -2294,7 +2294,7 @@ CONFIG_THERMAL_GOV_STEP_WISE=y # # Broadcom thermal drivers # -# CONFIG_BCM2835_THERMAL is not set +CONFIG_BCM2835_THERMAL=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_CORE=y # CONFIG_WATCHDOG_NOWAYOUT is not set -- 2.7.4