soc: nxp_lpc: Enable the mcux flexcomm spi driver
Enables the mcux flexcomm spi driver on lpc54xxx and lpc55xxx socs. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
a63676761b
commit
3efd339e7e
3 changed files with 9 additions and 0 deletions
|
@ -2,3 +2,10 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
source "soc/arm/nxp_lpc/*/Kconfig.defconfig.series"
|
||||
|
||||
if SPI
|
||||
|
||||
config SPI_MCUX_FLEXCOMM
|
||||
default y if HAS_MCUX_FLEXCOMM
|
||||
|
||||
endif # SPI
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_LPC54XXX
|
||||
bool "LPC LPC54xxx Series MCU"
|
||||
select HAS_MCUX
|
||||
select HAS_MCUX_FLEXCOMM
|
||||
select SOC_FAMILY_LPC
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
help
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_LPC55XXX
|
||||
bool "LPC5500 Series Family MCU"
|
||||
select HAS_MCUX
|
||||
select HAS_MCUX_FLEXCOMM
|
||||
select SOC_FAMILY_LPC
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue