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:
Maureen Helm 2019-06-30 10:44:09 -05:00 committed by Kumar Gala
commit 3efd339e7e
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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