Skip to content

Commit 35d7df0

Browse files
[nrf fromlist] modules: hal_nordic: nrfx: make NRFX_SPI(M/S) selectable
Since selectable per-instance configs are removed, allow selecting the general symbol for driver. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
1 parent e089ee0 commit 35d7df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,10 @@ config NRFX_SPI2
526526
select NRFX_SPI
527527

528528
config NRFX_SPIM
529-
bool
529+
bool "SPIM driver"
530530

531531
config NRFX_SPIS
532-
bool
532+
bool "SPIS driver"
533533

534534
config NRFX_SYSTICK
535535
bool "SYSTICK driver"

0 commit comments

Comments
 (0)