Skip to content

Commit d02f1e2

Browse files
committed
[Telink] removed v2 definition for W91
Only left board and board_v1
1 parent 90f7d9e commit d02f1e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/telink/chip-module/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ config CHIP_IPV4
180180

181181
config CHIP_BUTTON_MANAGER_IRQ_MODE
182182
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
184184
help
185185
Use GPIO in an IRQ mode to avoid button polling loop and extend the battery lifetime by waking up by GPIO event.
186186
GPIO events are working only with GPIO IRQ. This option changes button matrix configuration.

config/telink/chip-module/Kconfig.defaults

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ config PWM
180180
endif
181181

182182
# Board non-retention config
183-
if BOARD_TLSR9118BDK40D_V1 || BOARD_TLSR9118BDK40D_V2 || \
183+
if BOARD_TLSR9118BDK40D || BOARD_TLSR9118BDK40D_V1 || \
184184
BOARD_TLSR9528A || BOARD_TLSR9258A || BOARD_TLSR9518ADK80D
185185
config PWM
186186
default y
@@ -293,7 +293,7 @@ config NET_CONFIG_INIT_TIMEOUT
293293

294294
config CHIP_WIFI
295295
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
297297
select WIFI_W91
298298
select WIFI
299299
select NET_STATISTICS

0 commit comments

Comments
 (0)