Skip to content

Commit 23d9a2b

Browse files
[nrf toup] Align Common Kconfigs to Zephyr requirements
According to Zephyr requirements Kconfigs' prompt should not start with "Enable". Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 76580e1 commit 23d9a2b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

config/common/cmake/Kconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ menuconfig CHIP
2222
if CHIP
2323

2424
config CHIP_WIFI
25-
bool "Enable Wi-Fi support"
25+
bool "Wi-Fi support"
2626
help
2727
Enable Wi-Fi support.
2828

2929
config CHIP_ETHERNET
30-
bool "Enable Ethernet support"
30+
bool "Ethernet support"
3131
help
3232
Enable Ethernet support.
3333

@@ -244,7 +244,7 @@ config CHIP_DEVICE_SPAKE2_TEST_VERIFIER
244244
(Macro value is in quotes.)
245245

246246
config CHIP_DEVICE_ENABLE_KEY
247-
string "Enable Key for triggering test actions (HEX format)"
247+
string "Test Enable Key for triggering test actions (HEX format)"
248248
default "00112233445566778899AABBCCDDEEFF"
249249
help
250250
Provides the Enable Key, which is a 16-byte value encoded in HEX that
@@ -343,7 +343,7 @@ config CHIP_COMMISSIONABLE_DEVICE_TYPE
343343
a specific device type.
344344

345345
config CHIP_ENABLE_ACL_EXTENSIONS
346-
bool "Enable Access Control's Extension attribute into FeatureMap"
346+
bool "Access Control's Extension attribute into FeatureMap"
347347
help
348348
Set Access Control's Extension attribute bit into the FeatureMap
349349
attribute of the same cluster.
@@ -491,7 +491,7 @@ config CHIP_THREAD_NETWORK_ENDPOINT_ID
491491
Specify the endpoint ID of the Thread network.
492492

493493
config CHIP_OPENTHREAD_FTD
494-
bool "Enable OpenThread Full Thread Device (FTD) support"
494+
bool "OpenThread Full Thread Device (FTD) support"
495495
default y
496496
help
497497
Configure the platform as an OpenThread Full Thread Device (FTD).
@@ -620,7 +620,7 @@ config CHIP_DEVICE_CONFIG_BLE_ADVERTISING_TIMEOUT
620620
from the moment of slow advertisement commencement.
621621

622622
config CHIP_DEVICE_CONFIG_ENABLE_SED
623-
bool "Enable Sleepy End Device (SED) support"
623+
bool "Sleepy End Device (SED) support"
624624
help
625625
Enable Sleepy End Device configuration.
626626

@@ -642,14 +642,14 @@ config CHIP_OPENTHREAD_CONFIG
642642
# Wi-Fi network features
643643

644644
config CHIP_ENABLE_WIFI_STATION
645-
bool "Enable Wi-Fi Station mode"
645+
bool "Wi-Fi Station mode"
646646
depends on CHIP_WIFI
647647
help
648648
Enable Wi-Fi station (client) mode for Matter-over-Wi-Fi devices.
649649
This allows the device to connect to an existing Wi-Fi network.
650650

651651
config CHIP_ENABLE_WIFI_AP
652-
bool "Enable Wi-Fi Access Point mode"
652+
bool "Wi-Fi Access Point mode"
653653
depends on CHIP_WIFI
654654
help
655655
Enable Wi-Fi Access Point mode for SoftAP commissioning.
@@ -691,7 +691,7 @@ config CHIP_WIFI_CONNECTION_RECOVERY_JITTER
691691
# Platform additions and configuration
692692

693693
config CHIP_SYSTEM_THREAD_LOCAL_STORAGE
694-
bool "Enable thread-local storage for Matter System Layer"
694+
bool "Thread-local storage for Matter System Layer"
695695
default y
696696
help
697697
Enable use of thread-local storage (TLS) in the Matter System Layer.
@@ -731,7 +731,7 @@ config CHIP_MRP_LOCAL_IDLE_RETRY_INTERVAL
731731
Sets the local idle retry interval (in milliseconds) for Matter Message Reliability Protocol (MRP).
732732

733733
config CHIP_ENABLE_READ_CLIENT
734-
bool "Enable Read Client in the Interaction Model"
734+
bool "Read Client in the Interaction Model"
735735
help
736736
Enable support for Read Client in the Interaction Model.
737737
This config can be disabled for device types that do not require Read Client functionality.
@@ -756,7 +756,7 @@ config CHIP_BUILD_TESTS
756756
Enables building Matter unit tests.
757757

758758
config BUILD_FOR_HOST_UNIT_TEST
759-
bool "build host unit test"
759+
bool "Build host unit test"
760760
default y if CHIP_BUILD_TESTS
761761
help
762762
Enable matter host unit test build.

0 commit comments

Comments
 (0)