File tree Expand file tree Collapse file tree 3 files changed +27
-14
lines changed Expand file tree Collapse file tree 3 files changed +27
-14
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ source "drivers/timer/Kconfig.arcv2"
69
69
source "drivers/timer/Kconfig.arm_arch"
70
70
source "drivers/timer/Kconfig.cavs"
71
71
source "drivers/timer/Kconfig.cc13xx_cc26xx_rtc"
72
- source "drivers/timer/Kconfig.cc23x0_systim "
72
+ source "drivers/timer/Kconfig.cc23x0 "
73
73
source "drivers/timer/Kconfig.wch_ch32v00x"
74
74
source "drivers/timer/Kconfig.cortex_m_systick"
75
75
source "drivers/timer/Kconfig.esp32"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2024 Texas Instruments Incorporated
2
+ # Copyright (c) 2024 BayLibre, SAS
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ choice
7
+ prompt "TI SimpleLink CC23X default System Timer"
8
+ depends on HAS_CC23X0_SDK
9
+ default CC23X0_RTC_TIMER
10
+ help
11
+ Select Default System Timer.
12
+
13
+ config CC23X0_SYSTIM_TIMER
14
+ bool "SYSTIM timer"
15
+ select TICKLESS_CAPABLE
16
+ help
17
+ This module provides SYSTIM as "system clock driver" interfaces
18
+ for the TI Simplelink CC23X0 devices.
19
+
20
+ config CC23X0_RTC_TIMER
21
+ bool "RTC timer"
22
+ select TICKLESS_CAPABLE
23
+ help
24
+ This module provides RTC as "system clock driver" interfaces
25
+ for the TI Simplelink CC23X0 devices.
26
+ endchoice
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments