ext: hal: nordic: Add missing peripherals in Kconfig

Peripheral drivers are already available but cannot be enabled trough
Kconfig. This allow project to use nrfx drivers.

Signed-off-by: Christopher Métrailler <christopher.metrailler@nordicsemi.no>
This commit is contained in:
Christopher Métrailler 2018-11-06 17:11:25 +01:00 committed by Anas Nashif
commit 9b39be1147

View file

@ -10,6 +10,9 @@ config HAS_NORDIC_DRIVERS
config HAS_NRFX config HAS_NRFX
bool bool
config NRFX_PRS
bool
config NRFX_ADC config NRFX_ADC
bool bool
@ -32,6 +35,9 @@ config NRFX_PWM
config NRFX_QDEC config NRFX_QDEC
bool bool
config NRFX_RTC
bool
config NRFX_SAADC config NRFX_SAADC
bool bool
@ -76,6 +82,20 @@ config NRFX_TWI
config NRFX_TWIM config NRFX_TWIM
bool bool
config NRFX_UART
bool
config NRFX_UARTE
bool
config NRFX_UARTE0
bool
select NRFX_UARTE
config NRFX_UARTE1
bool
select NRFX_UARTE
config NRFX_USBD config NRFX_USBD
bool bool
select NRFX_SYSTICK select NRFX_SYSTICK