:orphan: .. title:: CONFIG_CAN_MCUX_MCAN .. kconfig:: CONFIG_CAN_MCUX_MCAN CONFIG_CAN_MCUX_MCAN #################### *MCUX MCAN driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux mcan driver. Direct dependencies =================== (\ :kconfig:`CAN ` && \ :kconfig:`SOC_LPC55S16 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`HAS_MCUX_MCAN ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`CAN `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`CAN_MCAN ` Kconfig definitions =================== At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config CAN_MCUX_MCAN bool default y depends on CAN && SOC_LPC55S16 && SOC_SERIES_LPC55XXX ---- At ``/can/Kconfig.mcux:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:100`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig 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.)*