Skip to content

Commit

Permalink
mcux: hal_nxp: Include PDM MICFIL driver if Zephyr MICFIL is enabled
Browse files Browse the repository at this point in the history
Zephyr PDM MICFIL driver uses HAL PDM API so we need to include it.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Nov 19, 2024
1 parent 20c58e8 commit f1f486b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcux/hal_nxp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ include_driver_ifdef(CONFIG_NXP_RF_IMU imu driver_imu)
include_driver_ifdef(CONFIG_TRDC_MCUX_TRDC trdc driver_trdc)
include_driver_ifdef(CONFIG_S3MU_MCUX_S3MU s3mu driver_s3mu)
include_driver_ifdef(CONFIG_PINCTRL_NXP_KINETIS port driver_port)
include_driver_ifdef(CONFIG_DAI_NXP_MICFIL pdm driver_pdm)
if(CONFIG_BT_NXP)
include_driver_ifdef(CONFIG_SOC_SERIES_MCXW spc driver_spc)
endif()
Expand Down

0 comments on commit f1f486b

Please sign in to comment.