Skip to content

Commit

Permalink
[bsp][nxp] Add select BSP_USING_PIN for SPI and RW007 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
xusiwei committed Apr 21, 2024
1 parent d68e47e commit 06622f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsp/nxp/mcx/mcxn/frdm-mcxn947/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06622f7

Please sign in to comment.