From e0009e6d9ef4e6a29e0681bb9f04b7fd1b30c596 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 16 Jan 2023 19:54:11 +0800 Subject: [PATCH] Specification Kconfig description --- components/esp_phy/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_phy/Kconfig b/components/esp_phy/Kconfig index 03d293ca35..9febe98d26 100644 --- a/components/esp_phy/Kconfig +++ b/components/esp_phy/Kconfig @@ -115,10 +115,10 @@ menu "PHY" can not work properly. Notice: Enabling this configuration option will slightly impact wifi performance. config ESP_PHY_ENABLE_CERT_TEST - bool "Enable rf cert test" + bool "Enable RF certification test functions" default n + depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 help - If enabled, You can use rf cert test APIs. - Currently only ESP32-C3/S3 is supported. + If enabled, you can use RF certification test APIs. endmenu # PHY