:orphan: .. title:: ETH_STM32_HAL .. option:: CONFIG_ETH_STM32_HAL *STM32 HAL Ethernet driver* Type: ``bool`` Help ==== Enable STM32 HAL based Ethernet driver. It is available for all Ethernet enabled variants of the F2, F4, F7 and H7 series. Direct dependencies =================== \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n Symbols selected by this symbol =============================== - \ :option:`USE_STM32_HAL_ETH ` - \ :option:`NOCACHE_MEMORY ` if \ :option:`SOC_SERIES_STM32H7X ` && \ :option:`CPU_CORTEX_M7 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.stm32_hal:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:52`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_STM32_HAL bool "STM32 HAL Ethernet driver" default y if n select \ :option:`USE_STM32_HAL_ETH ` select \ :option:`NOCACHE_MEMORY ` if \ :option:`SOC_SERIES_STM32H7X ` && \ :option:`CPU_CORTEX_M7 ` depends on \ :option:`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.)*