This is an automated email from the ASF dual-hosted git repository.

raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 8602e46  nRF: Add missing Kconfig entry for SPI2_MASTER
8602e46 is described below

commit 8602e46d4abdcf201c0e2196279ed9761121c52c
Author: Brennan Ashton <[email protected]>
AuthorDate: Tue Sep 15 18:13:46 2020 -0700

    nRF: Add missing Kconfig entry for SPI2_MASTER
    
    Signed-off-by: Brennan Ashton <[email protected]>
---
 arch/arm/src/nrf52/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/src/nrf52/Kconfig b/arch/arm/src/nrf52/Kconfig
index 9c4cb8d..9d1bd2c 100644
--- a/arch/arm/src/nrf52/Kconfig
+++ b/arch/arm/src/nrf52/Kconfig
@@ -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

Reply via email to