Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions boards/native/nrf_bsim/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ config BOARD_NRF52_BSIM
bool
select SOC_SERIES_BSIM_NRF52X
select SOC_COMPATIBLE_NRF52833
select NRF_RTC_TIMER
select CLOCK_CONTROL
help
NRF52 simulation model
Expand All @@ -16,7 +15,6 @@ config BOARD_NRF5340BSIM_NRF5340_CPUNET
bool
select SOC_SERIES_BSIM_NRF53X
select SOC_COMPATIBLE_NRF5340_CPUNET
select NRF_RTC_TIMER
select CLOCK_CONTROL
help
Simulated NRF53 Network core
Expand All @@ -27,7 +25,6 @@ config BOARD_NRF5340BSIM_NRF5340_CPUAPP
bool
select SOC_SERIES_BSIM_NRF53X
select SOC_COMPATIBLE_NRF5340_CPUAPP
select NRF_RTC_TIMER
select CLOCK_CONTROL
help
Simulated NRF53 Application core
Expand Down
1 change: 1 addition & 0 deletions drivers/timer/Kconfig.nrf_rtc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config NRF_RTC_TIMER
select TICKLESS_CAPABLE
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
select NRFX_PPI if SOC_NRF52832
default y if SYS_CLOCK_EXISTS
help
This module implements a kernel device driver for the nRF Real Time
Counter NRF_RTC1 and provides the standard "system clock driver"
Expand Down
4 changes: 0 additions & 4 deletions soc/nordic/nrf51/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ if SOC_SERIES_NRF51X
config NUM_IRQS
default 26

# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS

config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_nodelabel_int_prop,rtc1,clock-frequency)

Expand Down
4 changes: 0 additions & 4 deletions soc/nordic/nrf52/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ if SOC_SERIES_NRF52X

rsource "Kconfig.defconfig.nrf52*"

# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS

config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_nodelabel_int_prop,rtc1,clock-frequency)

Expand Down
4 changes: 0 additions & 4 deletions soc/nordic/nrf53/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ if SOC_SERIES_NRF53X

rsource "Kconfig.defconfig.nrf53*"

# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS

config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_nodelabel_int_prop,rtc1,clock-frequency)

Expand Down
4 changes: 0 additions & 4 deletions soc/nordic/nrf91/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ if SOC_SERIES_NRF91X

rsource "Kconfig.defconfig.nrf91*"

# If the kernel has timer support, enable the timer
config NRF_RTC_TIMER
default y if SYS_CLOCK_EXISTS

config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_nodelabel_int_prop,rtc1,clock-frequency)

Expand Down
Loading