Skip to content

Commit cc86ce7

Browse files
adamkondraciukkartben
authored andcommitted
drivers: clock_control: nrf: Add frequency parameter for K32SRC
Add frequency parameter for 32k sources. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
1 parent a077773 commit cc86ce7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ menuconfig CLOCK_CONTROL_NRF
2222

2323
if CLOCK_CONTROL_NRF
2424

25+
config CLOCK_CONTROL_NRF_K32SRC_FREQUENCY
26+
int "32k source clock frequency"
27+
default 32768
28+
2529
config CLOCK_CONTROL_NRF_SHELL
2630
bool "Shell commands"
2731
depends on SHELL

0 commit comments

Comments
 (0)