summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig.temperature3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/Kconfig.temperature b/zephyr/Kconfig.temperature
index 84e65907e4..37a62185e2 100644
--- a/zephyr/Kconfig.temperature
+++ b/zephyr/Kconfig.temperature
@@ -110,6 +110,8 @@ config PLATFORM_EC_FAN
available. Also enables a periodic task (1s) to verify fan is
running (is not stalled).
+if PLATFORM_EC_FAN
+
config PLATFORM_EC_CUSTOM_FAN_CONTROL
bool "Fan custom control support"
default n
@@ -125,7 +127,6 @@ config PLATFORM_EC_CUSTOM_FAN_DUTY_CONTROL
their own fan duty control mechanism by implementing
the routine board_override_fan_control_duty().
-if PLATFORM_EC_FAN
config PLATFORM_EC_NUM_FANS
int "Number of fans"