xref: /linux/drivers/net/ethernet/adi/Kconfig (revision ee15c8bf5d77a306614bdefe33828310662dee05)
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	select PHYLIB
11	help
12	  If you have a network (Ethernet) card belonging to this class, say Y.
13
14	  Note that the answer to this question doesn't directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about ADI devices. If you say Y, you will be asked
17	  for your specific card in the following questions.
18
19if NET_VENDOR_ADI
20
21config ADIN1110
22	tristate "Analog Devices ADIN1110 MAC-PHY"
23	depends on SPI && NET_SWITCHDEV
24	select CRC8
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