Skip to content

Commit 74a6aa8

Browse files
committed
fix(wifi_remote): Update per Kconfig changes on v6.0
1 parent 6d16d44 commit 74a6aa8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

components/esp_wifi_remote/idf_v6.0/Kconfig.wifi.in

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ config WIFI_RMT_WAPI_PSK
613613
config 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-
814809
config 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
12781273
endif
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-
12861275
if WIFI_RMT_ENTERPRISE_SUPPORT
12871276
config ESP_WIFI_ENTERPRISE_SUPPORT # ignore: multiple-definition
12881277
bool

0 commit comments

Comments
 (0)