5ec96b1766
The CONFIG_CLOCK_CONTROL and CONFIG_NRF_RTC_TIMER were unconditionally selected when enabling any nRF SoC. But since timers can be disabled in the kernel, depend instead on CONFIG_SYS_CLOCK_EXISTS, which is only defined when kernel timer support is included. Note that ideally we would enable CONFIG_NRF_RTC_TIMER only, and that would select CONFIG_CLOCK_CONTROL (on which the RTC timer depends) but there is a circular Kconfig dependency that prevents us from doing so. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
x86_64/x86_64 | ||
xtensa | ||
Kconfig |