From 8eb2292bd3d19d7eede9aaae2064e9a57073d357 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sun, 13 Oct 2024 09:19:15 +0200 Subject: [PATCH] Disable AXP192 on C3 and S3 following M5Unified Signed-off-by: Paul Guyot --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 2a95c68..efbc34c 100644 --- a/Kconfig +++ b/Kconfig @@ -26,7 +26,7 @@ config AVM_M5_POWER_ENABLE config AVM_M5_POWER_AXP192_ENABLE bool "Enable AtomVM M5 driver power AXP192 API" - default y + default "y" if IDF_TARGET!="esp32c3" && IDF_TARGET!="esp32s3" help Use this parameter to enable or disable the AtomVM M5 driver power AXP192 API.