Skip to content

Commit b68af05

Browse files
modules: haL_nordic: remove instance specific UART configs
Replaced by general symbol. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 906af45 commit b68af05

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ config NRFX_TWIS
320320
bool "NRFX driver for TWIS peripheral"
321321

322322
config NRFX_UART
323-
bool
323+
bool "NRFX driver for UART peripheral"
324324

325325
config NRFX_UART0
326326
bool "UART0 driver instance"

modules/hal_nordic/nrfx/nrfx_kconfig.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@
413413
#ifdef CONFIG_NRFX_UART_LOG
414414
#define NRFX_UART_CONFIG_LOG_ENABLED 1
415415
#endif
416-
#ifdef CONFIG_NRFX_UART0
417-
#define NRFX_UART0_ENABLED 1
418-
#endif
419416

420417
#ifdef CONFIG_NRFX_UARTE
421418
#define NRFX_UARTE_ENABLED 1

0 commit comments

Comments
 (0)