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 <henrik@brixandersen.dk>
This commit is contained in:
parent
064720a2f0
commit
12388b9965
1 changed files with 5 additions and 0 deletions
|
|
@ -314,4 +314,9 @@ config HAS_MCUX_I2S
|
|||
help
|
||||
Set if the I2S/SAI module is present on the Soc
|
||||
|
||||
config HAS_MCUX_MCAN
|
||||
bool
|
||||
help
|
||||
Set if the MCAN module is present on the SoC.
|
||||
|
||||
endif # HAS_MCUX
|
||||
|
|
|
|||
Loading…
Reference in a new issue