Skip to content

Commit f4d75ae

Browse files
authored
Change MRP config depends for esp platform (#33437)
1 parent 648d7bf commit f4d75ae

File tree

1 file changed

+6
-6
lines changed
  • config/esp32/components/chip

1 file changed

+6
-6
lines changed

config/esp32/components/chip/Kconfig

+6-6
Original file line numberDiff line numberDiff line change
@@ -1232,47 +1232,47 @@ menu "CHIP Device Layer"
12321232
menu "Message Reliable Protocol Options"
12331233
config MRP_LOCAL_ACTIVE_RETRY_INTERVAL_FOR_THREAD
12341234
int "MRP local active retry interval for Thread network in milliseconds"
1235-
depends on OPENTHREAD_ENABLED
1235+
depends on ENABLE_MATTER_OVER_THREAD
12361236
range 0 3600000
12371237
default 800
12381238
help
12391239
Base retry interval of the present Thread node when it is in the active state.
12401240

12411241
config MRP_LOCAL_ACTIVE_RETRY_INTERVAL_FOR_WIFI_ETHERNET
12421242
int "MRP local active retry interval for WIFI or ETHERNET network in milliseconds"
1243-
depends on !OPENTHREAD_ENABLED
1243+
depends on !ENABLE_MATTER_OVER_THREAD
12441244
range 0 3600000
12451245
default 300
12461246
help
12471247
Base retry interval of the present node (WIFI or ETHERNET) when it is in the active state.
12481248

12491249
config MRP_LOCAL_IDLE_RETRY_INTERVAL_FOR_THREAD
12501250
int "MRP local idle retry interval for Thread network in milliseconds"
1251-
depends on OPENTHREAD_ENABLED
1251+
depends on ENABLE_MATTER_OVER_THREAD
12521252
range 0 3600000
12531253
default 800
12541254
help
12551255
Base retry interval of the present Thread node when it is in the idle state.
12561256

12571257
config MRP_LOCAL_IDLE_RETRY_INTERVAL_FOR_WIFI_ETHERNET
12581258
int "MRP local idle retry interval for WIFI or ETHERNET network in milliseconds"
1259-
depends on !OPENTHREAD_ENABLED
1259+
depends on !ENABLE_MATTER_OVER_THREAD
12601260
range 0 3600000
12611261
default 500
12621262
help
12631263
Base retry interval of the present node (WIFI or ETHERNET) when it is in the idle state.
12641264

12651265
config MRP_RETRY_INTERVAL_SENDER_BOOST_FOR_THREAD
12661266
int "MRP retransmission delta timeout for Thread network in milliseconds"
1267-
depends on OPENTHREAD_ENABLED
1267+
depends on ENABLE_MATTER_OVER_THREAD
12681268
range 0 3600000
12691269
default 500
12701270
help
12711271
A constant value added to the calculated retransmission timeout.
12721272

12731273
config MRP_RETRY_INTERVAL_SENDER_BOOST_FOR_WIFI_ETHERNET
12741274
int "MRP retransmission delta timeout for WIFI or ETHERNET network in milliseconds"
1275-
depends on !OPENTHREAD_ENABLED
1275+
depends on !ENABLE_MATTER_OVER_THREAD
12761276
range 0 3600000
12771277
default 0
12781278
help

0 commit comments

Comments
 (0)