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:
parent
d2735edf65
commit
cc185bc02b
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue