ext: hal: nordic: Enable building of NRFX QDEC

Allow project to use Nordic's NRFX QDEC driver.

This closes issue #9364

Jira:DESK-259

Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
This commit is contained in:
Pawel Dunaj 2018-09-24 14:27:52 +02:00 committed by Maureen Helm
commit cb01d097af
6 changed files with 13 additions and 9 deletions

View file

@ -9,7 +9,7 @@ config HAS_NORDIC_DRIVERS
config HAS_NRFX
bool
config NRFX_ADC
bool
@ -23,6 +23,9 @@ config NRFX_NFCT
config NRFX_PWM
bool
config NRFX_QDEC
bool
config NRFX_SAADC
bool