CONFIG_CAN_MCUX_MCAN
MCUX MCAN driver
Type: bool
Help
Enable support for mcux mcan driver.
Direct dependencies
(CAN
&& SOC_LPC55S16
&& SOC_SERIES_LPC55XXX
) || (HAS_MCUX_MCAN
&& CLOCK_CONTROL
&& CAN
)
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definitions
At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:27
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/arm/nxp_lpc/Kconfig.defconfig:4
→ <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config CAN_MCUX_MCAN
bool
default y
depends on CAN && SOC_LPC55S16 && SOC_SERIES_LPC55XXX
At <Driver>/can/Kconfig.mcux:22
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:82
→ <Driver>/can/Kconfig:100
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_MCUX_MCAN
bool "MCUX MCAN driver"
select CAN_MCAN
depends on HAS_MCUX_MCAN && CLOCK_CONTROL && CAN
help
Enable support for mcux mcan driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)