diff options
author | David Bauer <mail@david-bauer.net> | 2020-07-29 00:28:57 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-07-29 01:40:20 +0200 |
commit | c5360894dc9c064bf920c1b7a2cb363d105207d5 (patch) | |
tree | b6e04e6a968d717933203033b85d8af1cf5fd38a /target/linux/rockchip | |
parent | 7a4fc8906cd2256e7381d1c043e19872eeb06883 (diff) | |
download | upstream-c5360894dc9c064bf920c1b7a2cb363d105207d5.tar.gz upstream-c5360894dc9c064bf920c1b7a2cb363d105207d5.tar.bz2 upstream-c5360894dc9c064bf920c1b7a2cb363d105207d5.zip |
rockchip: enable rockchip-thermal
Enable the rockchip-thermal driver to allow reading the temperature of
the SoC.
Tested on NanoPi R2S
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rockchip/armv8/config-5.4 b/target/linux/rockchip/armv8/config-5.4 index 2615684fed..d059e8abbc 100644 --- a/target/linux/rockchip/armv8/config-5.4 +++ b/target/linux/rockchip/armv8/config-5.4 @@ -387,7 +387,7 @@ CONFIG_ROCKCHIP_IOMMU=y CONFIG_ROCKCHIP_MBOX=y CONFIG_ROCKCHIP_PHY=y CONFIG_ROCKCHIP_PM_DOMAINS=y -# CONFIG_ROCKCHIP_THERMAL is not set +CONFIG_ROCKCHIP_THERMAL=y CONFIG_ROCKCHIP_TIMER=y CONFIG_RSEQ=y CONFIG_RTC_CLASS=y |