From 7968230e764546929eab13f975af71da1a6db7f0 Mon Sep 17 00:00:00 2001 From: wuzhenghui Date: Thu, 17 Mar 2022 11:46:37 +0800 Subject: [PATCH] esp32h2beta2:disable FPGA mode for esp32h2beta2 --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index 5d8896fd1f..7eb466024e 100644 --- a/Kconfig +++ b/Kconfig @@ -13,7 +13,6 @@ mainmenu "Espressif IoT Development Framework Configuration" config IDF_ENV_FPGA # This option is for internal use only bool - default "y" if IDF_TARGET_ESP32H2_BETA_VERSION_2 # ESP32H2-TODO: IDF-3378 option env="IDF_ENV_FPGA" config IDF_TARGET_ARCH_RISCV