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:
Kamil Piszczek 2018-09-28 13:01:15 +02:00 committed by Anas Nashif
commit 21bfea667e
6 changed files with 64 additions and 40 deletions

View file

@ -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