Skip to content

Commit cc185bc

Browse files
ananglnashif
authored andcommitted
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 <[email protected]>
1 parent d2735ed commit cc185bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ext/hal/nordic/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ config NRFX_UARTE1
108108
bool
109109
select NRFX_UARTE
110110

111+
config NRFX_UARTE2
112+
bool
113+
select NRFX_UARTE
114+
115+
config NRFX_UARTE3
116+
bool
117+
select NRFX_UARTE
118+
111119
config NRFX_USBD
112120
bool
113121
select NRFX_SYSTICK

0 commit comments

Comments
 (0)