ext: hal: nrfx: adding timer driver to Kconfig
Added configuration option for TIMER driver to Kconfig. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
parent
307a84771a
commit
21bfea667e
6 changed files with 64 additions and 40 deletions
|
@ -31,6 +31,29 @@ config NRFX_SPIM
|
|||
config NRFX_SPIS
|
||||
bool
|
||||
|
||||
config NRFX_TIMER
|
||||
bool
|
||||
|
||||
config NRFX_TIMER0
|
||||
bool
|
||||
select NRFX_TIMER
|
||||
|
||||
config NRFX_TIMER1
|
||||
bool
|
||||
select NRFX_TIMER
|
||||
|
||||
config NRFX_TIMER2
|
||||
bool
|
||||
select NRFX_TIMER
|
||||
|
||||
config NRFX_TIMER3
|
||||
bool
|
||||
select NRFX_TIMER
|
||||
|
||||
config NRFX_TIMER4
|
||||
bool
|
||||
select NRFX_TIMER
|
||||
|
||||
config NRFX_TWI
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue