File tree 2 files changed +3
-3
lines changed
config/telink/chip-module
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ config CHIP_IPV4
180
180
181
181
config CHIP_BUTTON_MANAGER_IRQ_MODE
182
182
bool "Use GPIO in an IRQ mode instead of polling the GPIO"
183
- default y if BOARD_TLSR9118BDK40D_V2
183
+ default y if BOARD_TLSR9118BDK40D
184
184
help
185
185
Use GPIO in an IRQ mode to avoid button polling loop and extend the battery lifetime by waking up by GPIO event.
186
186
GPIO events are working only with GPIO IRQ. This option changes button matrix configuration.
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ config PWM
180
180
endif
181
181
182
182
# Board non-retention config
183
- if BOARD_TLSR9118BDK40D_V1 || BOARD_TLSR9118BDK40D_V2 || \
183
+ if BOARD_TLSR9118BDK40D || BOARD_TLSR9118BDK40D_V1 || \
184
184
BOARD_TLSR9528A || BOARD_TLSR9258A || BOARD_TLSR9518ADK80D
185
185
config PWM
186
186
default y
@@ -293,7 +293,7 @@ config NET_CONFIG_INIT_TIMEOUT
293
293
294
294
config CHIP_WIFI
295
295
bool "Enable Telink Wi-Fi support"
296
- default y if BOARD_TLSR9118BDK40D_V1 || BOARD_TLSR9118BDK40D_V2
296
+ default y if BOARD_TLSR9118BDK40D || BOARD_TLSR9118BDK40D_V1
297
297
select WIFI_W91
298
298
select WIFI
299
299
select NET_STATISTICS
You can’t perform that action at this time.
0 commit comments