aboutsummaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/lenovo/h8/Kconfig2
-rw-r--r--src/ec/lenovo/h8/acpi/thinkpad.asl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig
index 2ea4faa9e2..698816f4e7 100644
--- a/src/ec/lenovo/h8/Kconfig
+++ b/src/ec/lenovo/h8/Kconfig
@@ -28,7 +28,7 @@ config H8_SUPPORT_BT_ON_WIFI
Disable BDC detection and assume bluetooth is installed. Required for
bluetooth on wifi cards, as it's not possible to detect it in coreboot.
-config H8_HAS_BAT_TRESHOLDS_IMPL
+config H8_HAS_BAT_THRESHOLDS_IMPL
bool
default n
diff --git a/src/ec/lenovo/h8/acpi/thinkpad.asl b/src/ec/lenovo/h8/acpi/thinkpad.asl
index 48e76dc5b1..23c1e027c2 100644
--- a/src/ec/lenovo/h8/acpi/thinkpad.asl
+++ b/src/ec/lenovo/h8/acpi/thinkpad.asl
@@ -304,7 +304,7 @@ Device (HKEY)
}
}
- #if CONFIG(H8_HAS_BAT_TRESHOLDS_IMPL)
+ #if CONFIG(H8_HAS_BAT_THRESHOLDS_IMPL)
#include "thinkpad_bat_thresholds.asl"
#endif
}