aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_noinst_defconfig
diff options
context:
space:
mode:
authorRobert Marko2022-09-06 13:30:35 +0200
committerTom Rini2022-10-11 16:03:03 -0400
commit1fad2cb852581ff34c2f115ec07b1bba9eef8342 (patch)
treea00251f882d95cce0e5e422b5b33299cda9390c0 /configs/sandbox_noinst_defconfig
parent0995e81e10c10fda32c6dec350d14473d6d1d23e (diff)
thermal: add sandbox driver
Provide a simple sandbox driver for the thermal uclass. It simply registers and returns 100 degrees C if requested. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_noinst_defconfig')
-rw-r--r--configs/sandbox_noinst_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_noinst_defconfig b/configs/sandbox_noinst_defconfig
index 8bf10bb3ee1..8e69f084ed7 100644
--- a/configs/sandbox_noinst_defconfig
+++ b/configs/sandbox_noinst_defconfig
@@ -62,6 +62,7 @@ CONFIG_CMD_OSD=y
CONFIG_CMD_PCI=y
CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_SPI=y
+CONFIG_CMD_TEMPERATURE=y
CONFIG_CMD_USB=y
CONFIG_BOOTP_DNS2=y
CONFIG_CMD_TFTPPUT=y
@@ -213,6 +214,7 @@ CONFIG_SYSINFO_SANDBOX=y
CONFIG_SYSINFO_GPIO=y
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
+CONFIG_DM_THERMAL=y
CONFIG_TIMER=y
CONFIG_TIMER_EARLY=y
CONFIG_SANDBOX_TIMER=y