From a249555f1cc354f51a5d9eda3bc74a0ad3b999bd Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Tue, 10 Oct 2023 15:31:53 +0800 Subject: [PATCH] fix(hw_support): remove outdated source from Kconfig file This line was moved to components/esp_psram/Kconfig. --- components/esp_hw_support/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/esp_hw_support/Kconfig b/components/esp_hw_support/Kconfig index 1306d788b0..063f57cefa 100644 --- a/components/esp_hw_support/Kconfig +++ b/components/esp_hw_support/Kconfig @@ -14,8 +14,6 @@ menu "Hardware Settings" software recognize the chip version based on the rev selected in menuconfig. endmenu - orsource "./port/$IDF_TARGET/Kconfig.spiram" - menu "MAC Config" config ESP_MAC_ADDR_UNIVERSE_WIFI_STA bool