@@ -154,19 +154,20 @@ choice
154
154
default LED_INDICATION_GPIO if BOARD_NRF9160DK_NRF9160_NS || BOARD_NRF9161DK_NRF9161_NS || $(dt_compat_enabled,gpio-leds)
155
155
default LED_INDICATION_DISABLED
156
156
157
- config LED_INDICATION_PWM
158
- select LED
159
- select LED_PWM
160
- select PWM
161
- bool "Enable LED indication using the pwm-leds driver"
162
-
163
- config LED_INDICATION_GPIO
164
- select LED
165
- select LED_GPIO
166
- bool "Enable LED indication using the gpio-leds driver"
167
-
168
- config LED_INDICATION_DISABLED
169
- bool "Disable LED indication"
157
+ config LED_INDICATION_PWM
158
+ bool "Enable LED indication using the pwm-leds driver"
159
+ select LED
160
+ select LED_PWM
161
+ select PWM
162
+
163
+ config LED_INDICATION_GPIO
164
+ bool "Enable LED indication using the gpio-leds driver"
165
+ select LED
166
+ select LED_GPIO
167
+
168
+ config LED_INDICATION_DISABLED
169
+ bool "Disable LED indication"
170
+
170
171
endchoice
171
172
172
173
choice
@@ -176,28 +177,28 @@ choice
176
177
default LED_INDICATOR_4LED if !LED_INDICATION_DISABLED
177
178
default LED_INDICATOR_NONE
178
179
179
- config LED_INDICATOR_RGB
180
- depends on LED_INDICATION_PWM
181
- bool "A single RGB LED"
180
+ config LED_INDICATOR_RGB
181
+ bool "A single RGB LED"
182
+ depends on LED_INDICATION_PWM
182
183
183
- config LED_INDICATOR_4LED
184
- depends on !LED_INDICATION_DISABLED
185
- bool "Four binary LEDs"
184
+ config LED_INDICATOR_4LED
185
+ bool "Four binary LEDs"
186
+ depends on !LED_INDICATION_DISABLED
186
187
187
- config LED_INDICATOR_NONE
188
- depends on LED_INDICATION_DISABLED
189
- bool "No indicator LEDs"
188
+ config LED_INDICATOR_NONE
189
+ bool "No indicator LEDs"
190
+ depends on LED_INDICATION_DISABLED
190
191
191
192
endchoice
192
193
193
194
config LED_VERBOSE_INDICATION
194
- depends on !LED_INDICATION_DISABLED
195
195
bool "Enables extra LED status indications"
196
+ depends on !LED_INDICATION_DISABLED
196
197
default y
197
198
198
199
config LED_CONTINUOUS_INDICATION
199
- depends on !LED_INDICATION_DISABLED
200
200
bool "Show an idle pattern instead of turning LEDs off"
201
+ depends on !LED_INDICATION_DISABLED
201
202
default y
202
203
203
204
config GNSS_FIX_TIMEOUT_SECONDS
@@ -225,8 +226,8 @@ config TEST_COUNTER_MULTIPLIER
225
226
It is useful for load testing.
226
227
227
228
config AT_CMD_REQUESTS
228
- depends on !NRF_CLOUD_COAP
229
229
bool "Enables remote execution of AT commands using device messages"
230
+ depends on !NRF_CLOUD_COAP
230
231
default y
231
232
232
233
config AT_CMD_REQUEST_RESPONSE_BUFFER_LENGTH
0 commit comments