:orphan: .. title:: CAN_PROP_SEG .. option:: CONFIG_CAN_PROP_SEG *Prop_Seg* Type: ``int`` Help ==== Time quantums of propagation segment (ISO 11898-1) Direct dependencies =================== \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 2 if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.mcp2515:23`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:82`` → ``drivers/can/Kconfig:39`` Menu path: (top menu) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. parsed-literal:: config CAN_PROP_SEG int prompt "Prop_Seg" if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` range 1 8 if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` default 2 if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` depends on \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` help Time quantums of propagation segment (ISO 11898-1) *(Definitions include propagated dependencies, including from if's and menus.)*