ext: hal: nordic: Make it possible to build NRFX GPIOTE and PPI

This makes it possible for the application to enable building of the
GPIOTE and PPI subsystems in NRFX.

Signed-off-by: Jonas Norling <jonas.norling@greeneggs.se>
This commit is contained in:
Jonas Norling 2018-10-22 11:50:13 +02:00 committed by Carles Cufí
commit ac960bf91b
6 changed files with 24 additions and 16 deletions

View file

@ -16,10 +16,16 @@ config NRFX_ADC
config NRFX_CLOCK
bool
config NRFX_GPIOTE
bool
config NRFX_NFCT
bool
select NRFX_TIMER4
config NRFX_PPI
bool
config NRFX_PWM
bool