From 12c092fbefc32a62a5f4e9c756d0056ee21c9f21 Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 4 Dec 2023 15:21:08 +0800 Subject: [PATCH] change(p4): remove CONFIG_IDF_ENV_BRINGUP on p4 --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index a71e3179a2..5b3f7424a6 100644 --- a/Kconfig +++ b/Kconfig @@ -22,7 +22,6 @@ mainmenu "Espressif IoT Development Framework Configuration" config IDF_ENV_BRINGUP bool - default "y" if IDF_TARGET_ESP32P4 help - This option is ONLY used when doing new chip bringup. - This option will only enable necessary hw / sw settings for running