@@ -269,9 +269,7 @@ config NRFX_MRAMC
269269config NRFX_NFCT
270270 bool "NFCT driver"
271271 depends on $(dt_nodelabel_exists,nfct)
272- select NRFX_TIMER4 if SOC_SERIES_NRF52X
273- select NRFX_TIMER2 if SOC_SERIES_NRF53X
274- select NRFX_TIMER24 if SOC_SERIES_NRF54LX
272+ select NRFX_TIMER
275273
276274config NRFX_NVMC
277275 bool "NVMC driver"
@@ -490,132 +488,7 @@ config NRFX_TEMP
490488 depends on $(dt_nodelabel_exists,temp)
491489
492490config NRFX_TIMER
493- bool
494-
495- config NRFX_TIMER0
496- bool "TIMER0 driver instance"
497- depends on $(dt_nodelabel_exists,timer0)
498- select NRFX_TIMER
499-
500- config NRFX_TIMER1
501- bool "TIMER1 driver instance"
502- depends on $(dt_nodelabel_exists,timer1)
503- select NRFX_TIMER
504-
505- config NRFX_TIMER2
506- bool "TIMER2 driver instance"
507- depends on $(dt_nodelabel_exists,timer2)
508- select NRFX_TIMER
509-
510- config NRFX_TIMER3
511- bool "TIMER3 driver instance"
512- depends on $(dt_nodelabel_exists,timer3)
513- select NRFX_TIMER
514-
515- config NRFX_TIMER4
516- bool "TIMER4 driver instance"
517- depends on $(dt_nodelabel_exists,timer4)
518- select NRFX_TIMER
519-
520- config NRFX_TIMER00
521- bool "TIMER00 driver instance"
522- depends on $(dt_nodelabel_exists,timer00)
523- select NRFX_TIMER
524-
525- config NRFX_TIMER10
526- bool "TIMER10 driver instance"
527- depends on $(dt_nodelabel_exists,timer10)
528- select NRFX_TIMER
529-
530- config NRFX_TIMER20
531- bool "TIMER20 driver instance"
532- depends on $(dt_nodelabel_exists,timer20)
533- select NRFX_TIMER
534-
535- config NRFX_TIMER21
536- bool "TIMER21 driver instance"
537- depends on $(dt_nodelabel_exists,timer21)
538- select NRFX_TIMER
539-
540- config NRFX_TIMER22
541- bool "TIMER22 driver instance"
542- depends on $(dt_nodelabel_exists,timer22)
543- select NRFX_TIMER
544-
545- config NRFX_TIMER23
546- bool "TIMER23 driver instance"
547- depends on $(dt_nodelabel_exists,timer23)
548- select NRFX_TIMER
549-
550- config NRFX_TIMER24
551- bool "TIMER24 driver instance"
552- depends on $(dt_nodelabel_exists,timer24)
553- select NRFX_TIMER
554-
555- config NRFX_TIMER020
556- bool "TIMER020 driver instance"
557- depends on $(dt_nodelabel_exists,timer020)
558- select NRFX_TIMER
559-
560- config NRFX_TIMER021
561- bool "TIMER021 driver instance"
562- depends on $(dt_nodelabel_exists,timer021)
563- select NRFX_TIMER
564-
565- config NRFX_TIMER022
566- bool "TIMER022 driver instance"
567- depends on $(dt_nodelabel_exists,timer022)
568- select NRFX_TIMER
569-
570- config NRFX_TIMER120
571- bool "TIMER120 driver instance"
572- depends on $(dt_nodelabel_exists,timer120)
573- select NRFX_TIMER
574-
575- config NRFX_TIMER121
576- bool "TIMER121 driver instance"
577- depends on $(dt_nodelabel_exists,timer121)
578- select NRFX_TIMER
579-
580- config NRFX_TIMER130
581- bool "TIMER130 driver instance"
582- depends on $(dt_nodelabel_exists,timer130)
583- select NRFX_TIMER
584-
585- config NRFX_TIMER131
586- bool "TIMER131 driver instance"
587- depends on $(dt_nodelabel_exists,timer131)
588- select NRFX_TIMER
589-
590- config NRFX_TIMER132
591- bool "TIMER132 driver instance"
592- depends on $(dt_nodelabel_exists,timer132)
593- select NRFX_TIMER
594-
595- config NRFX_TIMER133
596- bool "TIMER133 driver instance"
597- depends on $(dt_nodelabel_exists,timer133)
598- select NRFX_TIMER
599-
600- config NRFX_TIMER134
601- bool "TIMER134 driver instance"
602- depends on $(dt_nodelabel_exists,timer134)
603- select NRFX_TIMER
604-
605- config NRFX_TIMER135
606- bool "TIMER135 driver instance"
607- depends on $(dt_nodelabel_exists,timer135)
608- select NRFX_TIMER
609-
610- config NRFX_TIMER136
611- bool "TIMER136 driver instance"
612- depends on $(dt_nodelabel_exists,timer136)
613- select NRFX_TIMER
614-
615- config NRFX_TIMER137
616- bool "TIMER137 driver instance"
617- depends on $(dt_nodelabel_exists,timer137)
618- select NRFX_TIMER
491+ bool "TIMER driver"
619492
620493config NRFX_TWI
621494 bool
0 commit comments