aboutsummaryrefslogtreecommitdiff
path: root/configs/MCR3000_defconfig
diff options
context:
space:
mode:
authorChristophe Leroy2024-04-02 19:22:24 +0200
committerChristophe Leroy2024-04-18 15:47:46 +0200
commit57eb454392efe28156124efc825f6fcf6445c13c (patch)
tree3bba05896c0cca8c41b674b9b4b02145023a7120 /configs/MCR3000_defconfig
parentc58074af2ef93dbf4d6e6164d51eefbf562fe7c5 (diff)
board: cssi: add support for reading temperature
All CSSI boards have an LM74 chip as temperature sensor. Enable it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'configs/MCR3000_defconfig')
-rw-r--r--configs/MCR3000_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig
index ce34c2aa88f..f2eac2c5449 100644
--- a/configs/MCR3000_defconfig
+++ b/configs/MCR3000_defconfig
@@ -47,6 +47,7 @@ CONFIG_CMD_ASKENV=y
# CONFIG_CMD_LOADS is not set
CONFIG_CMD_MTD=y
CONFIG_CMD_NAND=y
+CONFIG_CMD_TEMPERATURE=y
# CONFIG_CMD_ECHO is not set
# CONFIG_CMD_ITEST is not set
# CONFIG_CMD_SOURCE is not set
@@ -107,6 +108,8 @@ CONFIG_DM_SERIAL=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MPC8XX_SPI=y
+CONFIG_DM_THERMAL=y
+CONFIG_TI_LM74_THERMAL=y
CONFIG_WDT=y
CONFIG_WDT_MPC8xxx_BME=y
CONFIG_LZMA=y