Skip to content

Commit 91eeb34

Browse files
committed
[Telink] minor review fixes
1 parent d02f1e2 commit 91eeb34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/telink/chip-module/Kconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2023 Project CHIP Authors
2+
# Copyright (c) 2023-2024 Project CHIP Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -181,6 +181,7 @@ config CHIP_IPV4
181181
config CHIP_BUTTON_MANAGER_IRQ_MODE
182182
bool "Use GPIO in an IRQ mode instead of polling the GPIO"
183183
default y if BOARD_TLSR9118BDK40D
184+
default PM
184185
help
185186
Use GPIO in an IRQ mode to avoid button polling loop and extend the battery lifetime by waking up by GPIO event.
186187
GPIO events are working only with GPIO IRQ. This option changes button matrix configuration.

src/platform/telink/telink-mbedtls-config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2022 Project CHIP Authors
3+
* Copyright (c) 2022-2024 Project CHIP Authors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)