mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
nRF: Add missing Kconfig entry for SPI2_MASTER
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
committed by
Mateusz Szafoni
parent
9ce4de634d
commit
8602e46d4a
@@ -139,6 +139,11 @@ config NRF52_SPI1_MASTER
|
||||
default n
|
||||
select NRF52_SPI_MASTER
|
||||
|
||||
config NRF52_SPI2_MASTER
|
||||
bool "SPI2 Master"
|
||||
default n
|
||||
select NRF52_SPI_MASTER
|
||||
|
||||
config NRF52_SPI3_MASTER
|
||||
bool "SPI3 Master"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user