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