Skip to content

Commit cae4002

Browse files
danieldegrassemmahadevan108
authored andcommitted
mcux: hal_nxp.cmake: update Kconfig name for PORT pin controller
Update Kconfig name for PORT pin controller to match the new Kconfig used in Zephyr for this driver. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
1 parent 3c64cd6 commit cae4002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ include_driver_ifdef(CONFIG_MCUX_LPCMP lpcmp driver_lpcmp)
264264
include_driver_ifdef(CONFIG_NXP_RF_IMU imu driver_imu)
265265
include_driver_ifdef(CONFIG_TRDC_MCUX_TRDC trdc driver_trdc)
266266
include_driver_ifdef(CONFIG_S3MU_MCUX_S3MU s3mu driver_s3mu)
267-
include_driver_ifdef(CONFIG_PINCTRL_NXP_KINETIS port driver_port)
267+
include_driver_ifdef(CONFIG_PINCTRL_NXP_PORT port driver_port)
268268
if(CONFIG_BT_NXP)
269269
include_driver_ifdef(CONFIG_SOC_SERIES_MCXW spc driver_spc)
270270
endif()

0 commit comments

Comments
 (0)