:orphan: .. title:: CONFIG_ETH_STM32_SPEED_10M .. kconfig:: CONFIG_ETH_STM32_SPEED_10M CONFIG_ETH_STM32_SPEED_10M ########################## *Enable this if using 10 Mbps for speed when autonegotiation is diabled* Type: ``bool`` Help ==== .. code-block:: none Set this if using 10 Mbps and when autonegotiation is disabled, otherwise speed is 100 Mbps Direct dependencies =================== !\ :kconfig:`ETH_STM32_AUTO_NEGOTIATION_ENABLE ` && \ :kconfig:`ETH_STM32_HAL ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/ethernet/Kconfig.stm32_hal:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:52`` Menu path: (Top) → Device Drivers → Ethernet Drivers → STM32 HAL Ethernet driver .. code-block:: kconfig config ETH_STM32_SPEED_10M bool "Enable this if using 10 Mbps for speed when autonegotiation is diabled" default n depends on !ETH_STM32_AUTO_NEGOTIATION_ENABLE && ETH_STM32_HAL && NET_L2_ETHERNET help Set this if using 10 Mbps and when autonegotiation is disabled, otherwise speed is 100 Mbps *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*