Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: remove shim to lpspi driver #504

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions mcux/hal_nxp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ include_driver_ifdef(CONFIG_PWM_MCUX_QTMR qtmr_1 driver_qtmr_1)
include_driver_ifdef(CONFIG_RTC_MCUX rtc driver_rtc)
include_driver_ifdef(CONFIG_SPI_MCUX_DSPI dspi driver_dspi)
include_driver_ifdef(CONFIG_SPI_MCUX_ECSPI ecspi driver_ecspi)
if (CONFIG_NXP_LP_FLEXCOMM)
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpflexcomm driver_lpflexcomm)
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpflexcomm/lpspi driver_lpspi)
else()
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpspi driver_lpspi)
endif()
include_driver_ifdef(CONFIG_MCUX_FLEXIO flexio driver_flexio)
include_driver_ifdef(CONFIG_SPI_MCUX_FLEXIO flexio/spi driver_flexio_spi)
include_driver_ifdef(CONFIG_MIPI_DBI_NXP_FLEXIO_LCDIF flexio/mculcd driver_flexio_mculcd)
Expand Down Expand Up @@ -272,7 +266,7 @@ include_driver_ifdef(CONFIG_TRDC_MCUX_TRDC trdc driver_t
include_driver_ifdef(CONFIG_S3MU_MCUX_S3MU s3mu driver_s3mu)
include_driver_ifdef(CONFIG_PINCTRL_NXP_PORT port driver_port)
include_driver_ifdef(CONFIG_DAI_NXP_MICFIL pdm driver_pdm)
include_driver_ifdef(CONFIG_GLIKEY_MCUX_GLIKEY glikey driver_glikey)
include_driver_ifdef(CONFIG_GLIKEY_MCUX_GLIKEY glikey driver_glikey)
if(CONFIG_BT_NXP)
include_driver_ifdef(CONFIG_SOC_SERIES_MCXW spc driver_spc)
endif()
Expand Down