ext: nordic: Add missing NRFX_UARTE[2,3] Kconfig options

Definitions of these two options were missing, altought the symbols
that would be created for them were already referenced from
`ext/hal/nordic/nrfx_config_nrf9160.h`.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2019-02-26 09:08:18 +01:00 committed by Anas Nashif
commit cc185bc02b

View file

@ -108,6 +108,14 @@ config NRFX_UARTE1
bool
select NRFX_UARTE
config NRFX_UARTE2
bool
select NRFX_UARTE
config NRFX_UARTE3
bool
select NRFX_UARTE
config NRFX_USBD
bool
select NRFX_SYSTICK