zephyr/drivers/ethernet/Kconfig.stellaris
Kumar Gala d36125654e drivers: ethernet: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select SPI' instead of 'depends on'
  (see commit df81fef944 for
   more details)

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-15 14:32:45 +02:00

20 lines
509 B
Plaintext

# ETH_STELLARIS Ethernet driver configuration options
# Copyright (c) 2018 Zilogic Systems
# SPDX-License-Identifier: Apache-2.0
menuconfig ETH_STELLARIS
bool "TI Stellaris MCU family ethernet driver."
default y
depends on DT_HAS_TI_STELLARIS_ETHERNET_ENABLED
help
Stellaris on-board Ethernet Controller
config ETH_NIC_MODEL
string
default "stellaris"
depends on ETH_STELLARIS
help
Tells what Qemu network model to use. This value is given as
a parameter to -nic qemu command line option.