:orphan: .. title:: CONFIG_ETH_STM32_HAL .. kconfig:: CONFIG_ETH_STM32_HAL CONFIG_ETH_STM32_HAL #################### *STM32 HAL Ethernet driver* Type: ``bool`` Help ==== .. code-block:: none Enable STM32 HAL based Ethernet driver. It is available for all Ethernet enabled variants of the F2, F4, F7 and H7 series. Direct dependencies =================== \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_HAL_ETH ` - \ :kconfig:`NOCACHE_MEMORY ` if \ :kconfig:`SOC_SERIES_STM32H7X ` && \ :kconfig:`CPU_CORTEX_M7 ` Kconfig definition ================== At ``/ethernet/Kconfig.stm32_hal:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:52`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig menuconfig ETH_STM32_HAL bool "STM32 HAL Ethernet driver" default y if n select USE_STM32_HAL_ETH select NOCACHE_MEMORY if SOC_SERIES_STM32H7X && CPU_CORTEX_M7 depends on NET_L2_ETHERNET help Enable STM32 HAL based Ethernet driver. It is available for all Ethernet enabled variants of the F2, F4, F7 and H7 series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*