Skip to content

Commit 458b22c

Browse files
modules: mcux: add support for indicating the presence of MCAN
Add Kconfig option for indicating that a given SoC contains the NXP MCAN CAN FD controller. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent d1858ce commit 458b22c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/Kconfig.mcux

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,9 @@ config HAS_MCUX_I2S
314314
help
315315
Set if the I2S/SAI module is present on the Soc
316316

317+
config HAS_MCUX_MCAN
318+
bool
319+
help
320+
Set if the MCAN module is present on the SoC.
321+
317322
endif # HAS_MCUX

0 commit comments

Comments
 (0)