summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.temperature
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-04-12 14:11:07 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-22 18:19:13 +0000
commit2bc663c146a69fe9bc9ec6ed518e13a28f2335df (patch)
tree22823a1482b9f04f1c4003ff44ac963b62715f6b /zephyr/Kconfig.temperature
parent10cd17bb7663e56b63429b7c566bff9489f8dec7 (diff)
downloadchrome-ec-2bc663c146a69fe9bc9ec6ed518e13a28f2335df.tar.gz
zephyr: fan: rename named-fans to cros-ec,fans
The label in named-fans is not really used, so it's not really named since we don't care about the name. Drop the label property and rename the node to cros-ec,fans. BRANCH=none BUG=b:217741090 TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ifcf1b54be505a90c9609ecf44d7700a6b817fa2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3578651 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.temperature')
-rw-r--r--zephyr/Kconfig.temperature4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/Kconfig.temperature b/zephyr/Kconfig.temperature
index ef4606ae15..6963b6ecf5 100644
--- a/zephyr/Kconfig.temperature
+++ b/zephyr/Kconfig.temperature
@@ -77,11 +77,11 @@ config PLATFORM_EC_TEMP_SENSOR_FIRST_READ_DELAY_MS
endif # PLATFORM_EC_TEMP_SENSOR_FIRST_READ_DELAY
-DT_COMPAT_NAMED_FANS := named-fans
+DT_COMPAT_CROS_EC_FANS := cros-ec,fans
config PLATFORM_EC_FAN
bool "Fan support"
- default $(dt_compat_enabled,$(DT_COMPAT_NAMED_FANS))
+ default $(dt_compat_enabled,$(DT_COMPAT_CROS_EC_FANS))
help
Enables support for fans. Allows periodic thermal task to
automatically set the fan speed (control temperature).