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