diff --git a/boards/dfrobot/firebeetle2_esp32c6/Kconfig.firebeetle2_esp32c6 b/boards/dfrobot/firebeetle2_esp32c6/Kconfig.firebeetle2_esp32c6 index 47552a9..4160d7a 100644 --- a/boards/dfrobot/firebeetle2_esp32c6/Kconfig.firebeetle2_esp32c6 +++ b/boards/dfrobot/firebeetle2_esp32c6/Kconfig.firebeetle2_esp32c6 @@ -5,5 +5,5 @@ config BOARD_FIREBEETLE2_ESP32C6 select SOC_ESP32_C6_WROOM_1U_N4 - select SOC_ESP32C6_HPCORE if BOARD_ESP32C6_DEVKITC_ESP32C6_HPCORE - select SOC_ESP32C6_LPCORE if BOARD_ESP32C6_DEVKITC_ESP32C6_LPCORE + select SOC_ESP32C6_HPCORE if BOARD_FIREBEETLE2_ESP32C6_ESP32C6_HPCORE + select SOC_ESP32C6_LPCORE if BOARD_FIREBEETLE2_ESP32C6_ESP32C6_LPCORE