:orphan: .. title:: ETH_STELLARIS .. option:: CONFIG_ETH_STELLARIS *Enable TI Stellaris MCU family ethernet driver.* Type: ``bool`` Help ==== Stellaris on-board Ethernet Controller Direct dependencies =================== \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.stellaris:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:55`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_STELLARIS bool "Enable TI Stellaris MCU family ethernet driver." depends on \ :option:`NET_L2_ETHERNET ` help Stellaris on-board Ethernet Controller *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*