@@ -70,12 +70,12 @@ endif # LTE_LC_DNS_FALLBACK_MODULE
70
70
# End of modules Kconfig options
71
71
72
72
config LTE_SHELL
73
- bool "Enable LTE shell commands"
73
+ bool "LTE shell commands"
74
74
default y
75
75
depends on SHELL
76
76
77
77
config LTE_LOCK_BANDS
78
- bool "Enable LTE band lock"
78
+ bool "LTE band lock"
79
79
help
80
80
Enable LTE band lock. Bands not enabled in LTE_LOCK_BAND_MASK
81
81
are not used when this setting is enabled.
@@ -98,7 +98,7 @@ config LTE_PLMN_SELECTION_OPTIMIZATION
98
98
Refer to the AT%FEACONF command in the AT command manual for more details.
99
99
100
100
config LTE_LOCK_PLMN
101
- bool "Enable LTE PLMN lock"
101
+ bool "LTE PLMN lock"
102
102
help
103
103
Enable PLMN lock for network selection.
104
104
@@ -120,7 +120,7 @@ config LTE_UNLOCK_PLMN
120
120
if LTE_LC_PSM_MODULE
121
121
122
122
config LTE_PSM_REQ
123
- bool "Enable PSM request"
123
+ bool "PSM request"
124
124
help
125
125
Enable request for use of PSM using AT+CPSMS.
126
126
If this option is set the library will automatically request PSM when
@@ -178,7 +178,7 @@ config LTE_PSM_REQ_RAT_SECONDS
178
178
non-negative value can be given.
179
179
180
180
config LTE_PROPRIETARY_PSM_REQ
181
- bool "Enable use of proprietary PSM"
181
+ bool "Proprietary PSM"
182
182
help
183
183
Enable use of proprietary PSM using AT%FEACONF. To use this feature, also PSM request
184
184
must be enabled using CONFIG_LTE_PSM_REQ or lte_lc_psm_req().
@@ -189,7 +189,7 @@ endif # LTE_LC_PSM_MODULE
189
189
if LTE_LC_EDRX_MODULE
190
190
191
191
config LTE_EDRX_REQ
192
- bool "Enable eDRX request"
192
+ bool "eDRX request"
193
193
help
194
194
Enable request for use of eDRX using AT+CEDRXS.
195
195
For reference, see 3GPP 27.007 Ch. 7.40.
0 commit comments