xref: /openbmc/linux/drivers/net/ethernet/adi/Kconfig (revision bc93e19d)
1*bc93e19dSAlexandru Tachici# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2*bc93e19dSAlexandru Tachici#
3*bc93e19dSAlexandru Tachici# Analog Devices device configuration
4*bc93e19dSAlexandru Tachici#
5*bc93e19dSAlexandru Tachici
6*bc93e19dSAlexandru Tachiciconfig NET_VENDOR_ADI
7*bc93e19dSAlexandru Tachici	bool "Analog Devices devices"
8*bc93e19dSAlexandru Tachici	default y
9*bc93e19dSAlexandru Tachici	depends on SPI
10*bc93e19dSAlexandru Tachici	help
11*bc93e19dSAlexandru Tachici	  If you have a network (Ethernet) card belonging to this class, say Y.
12*bc93e19dSAlexandru Tachici
13*bc93e19dSAlexandru Tachici	  Note that the answer to this question doesn't directly affect the
14*bc93e19dSAlexandru Tachici	  kernel: saying N will just cause the configurator to skip all
15*bc93e19dSAlexandru Tachici	  the questions about ADI devices. If you say Y, you will be asked
16*bc93e19dSAlexandru Tachici	  for your specific card in the following questions.
17*bc93e19dSAlexandru Tachici
18*bc93e19dSAlexandru Tachiciif NET_VENDOR_ADI
19*bc93e19dSAlexandru Tachici
20*bc93e19dSAlexandru Tachiciconfig ADIN1110
21*bc93e19dSAlexandru Tachici	tristate "Analog Devices ADIN1110 MAC-PHY"
22*bc93e19dSAlexandru Tachici	depends on SPI && NET_SWITCHDEV
23*bc93e19dSAlexandru Tachici	select CRC8
24*bc93e19dSAlexandru Tachici	help
25*bc93e19dSAlexandru Tachici	  Say yes here to build support for Analog Devices ADIN1110
26*bc93e19dSAlexandru Tachici	  Low Power 10BASE-T1L Ethernet MAC-PHY.
27*bc93e19dSAlexandru Tachici
28*bc93e19dSAlexandru Tachiciendif # NET_VENDOR_ADI
29