zephyr/drivers/timer
Carles Cufi 244f826e3c cmake: remove _if_kconfig() functions
This set of functions seem to be there just because of historical
reasons, stemming from Kbuild. They are non-obvious and prone to errors,
so remove them in favor of the `_ifdef()` ones with an explicit
`CONFIG_` condition.

Script used:

git grep -l _if_kconfig | xargs sed -E -i
"s/_if_kconfig\(\s*(\w*)/_ifdef(CONFIG_\U\1\E \1/g"

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-08-01 12:35:20 +02:00
..
altera_avalon_timer_hal.c
apic_timer.c
arcv2_timer0.c
arm_arch_timer.c drivers: timer: fix tickless contineous interrupts 2020-07-07 15:06:55 +02:00
cavs_timer.c
cc13x2_cc26x2_rtc_timer.c
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
cortex_m_systick.c
hpet.c drivers: hpet: use device_mmio 2020-07-17 11:38:18 +02:00
Kconfig
Kconfig.stm32_lptim
legacy_api.h
litex_timer.c
loapic_timer.c
mchp_xec_rtos_timer.c
native_posix_timer.c
nrf_rtc_timer.c drivers: timer: nrf: Adapt to clock_control changes 2020-07-20 16:22:21 +02:00
riscv_machine_timer.c
rv32m1_lptmr_timer.c
sam0_rtc_timer.c drivers: timer: enable read synchronisation mode for the SAMD/E5x 2020-07-03 12:20:03 -04:00
stm32_lptim_timer.c
sys_clock_init.c
xlnx_psttc_timer_priv.h
xlnx_psttc_timer.c
xtensa_sys_timer.c