From 9271f66273df450eb88b5c57a717adc9b2f690cd Mon Sep 17 00:00:00 2001 From: xiaofengvskuye <874364169@qq.com> Date: Tue, 12 Jan 2021 16:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNRF52840=E5=90=AF=E7=94=A8SPI?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=E5=90=8E=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/nrf5x/nrf52840/board/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bsp/nrf5x/nrf52840/board/Kconfig b/bsp/nrf5x/nrf52840/board/Kconfig index 94715c0bb9..c49ae1f44f 100644 --- a/bsp/nrf5x/nrf52840/board/Kconfig +++ b/bsp/nrf5x/nrf52840/board/Kconfig @@ -325,6 +325,9 @@ menu "On-chip Peripheral Drivers" bool "Enable SPI0 bus" default y if BSP_USING_SPI0 + config NRFX_SPI0_ENABLED + int "Enable SPI0 instance" + default 1 config BSP_SPI0_SCK_PIN int "SPI0 sck pin number set" range 0 47 @@ -347,6 +350,9 @@ menu "On-chip Peripheral Drivers" bool "Enable SPI1 bus" default n if BSP_USING_SPI1 + config NRFX_SPI1_ENABLED + int "Enable SPI1 instance" + default 1 config BSP_SPI1_SCK_PIN int "SPI0 sck pin number set" range 0 47 @@ -369,6 +375,9 @@ menu "On-chip Peripheral Drivers" bool "Enable SPI2 bus" default n if BSP_USING_SPI2 + config NRFX_SPI2_ENABLED + int "Enable SPI2 instance" + default 1 config BSP_SPI2_SCK_PIN int "SPI0 sck pin number set" range 0 47