File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
components/esp_wifi_remote/idf_v6.0 Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -613,6 +613,7 @@ config WIFI_RMT_WAPI_PSK
613613config WIFI_RMT_SUITE_B_192
614614 bool "Enable NSA suite B support with 192 bit key"
615615 default n
616+ depends on WIFI_RMT_ENTERPRISE_SUPPORT
616617 depends on SLAVE_SOC_WIFI_GCMP_SUPPORT
617618 select WIFI_RMT_GCMP_SUPPORT
618619 select WIFI_RMT_GMAC_SUPPORT
@@ -805,12 +806,6 @@ config WIFI_RMT_DEBUG_PRINT
805806 Enabling this could increase the build size ~60kb
806807 depending on the project logging level.
807808
808- config WIFI_RMT_TESTING_OPTIONS
809- bool "Add DPP testing code"
810- default n
811- help
812- Select this to enable unity test for DPP.
813-
814809config WIFI_RMT_ENTERPRISE_SUPPORT
815810 bool "Enable enterprise option"
816811 default y
@@ -1277,12 +1272,6 @@ if WIFI_RMT_DEBUG_PRINT
12771272 default WIFI_RMT_DEBUG_PRINT
12781273endif
12791274
1280- if WIFI_RMT_TESTING_OPTIONS
1281- config ESP_WIFI_TESTING_OPTIONS # ignore: multiple-definition
1282- bool
1283- default WIFI_RMT_TESTING_OPTIONS
1284- endif
1285-
12861275if WIFI_RMT_ENTERPRISE_SUPPORT
12871276 config ESP_WIFI_ENTERPRISE_SUPPORT # ignore: multiple-definition
12881277 bool
You can’t perform that action at this time.
0 commit comments