From 3f434feec9169018793841754f6323f7de694fa3 Mon Sep 17 00:00:00 2001 From: Siwei Xu Date: Sun, 21 Apr 2024 10:47:08 +0800 Subject: [PATCH] [bsp][nxp] Add select BSP_USING_PIN for SPI and RW007 driver --- bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig b/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig index c97957a5e2..93452d780e 100644 --- a/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig +++ b/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig @@ -57,6 +57,7 @@ menu "On-chip Peripheral Drivers" config BSP_USING_SPI bool "Enable SPI" select RT_USING_SPI + select BSP_USING_PIN default y if BSP_USING_SPI @@ -194,6 +195,7 @@ menu "Board extended module Drivers" menuconfig BSP_USING_RW007 bool "Enable RW007" default n + select BSP_USING_SPI select BSP_USING_SPI1 select PKG_USING_RW007 select RT_USING_MEMPOOL