1# ETH_STELLARIS Ethernet driver configuration options 2 3# Copyright (c) 2018 Zilogic Systems 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig ETH_STELLARIS 7 bool "TI Stellaris MCU family ethernet driver." 8 default y 9 depends on DT_HAS_TI_STELLARIS_ETHERNET_ENABLED 10 help 11 Stellaris on-board Ethernet Controller 12 13config ETH_NIC_MODEL 14 string 15 default "stellaris" 16 depends on ETH_STELLARIS 17 help 18 Tells what Qemu network model to use. This value is given as 19 a parameter to -nic qemu command line option. 20