xref: /linux/drivers/net/ethernet/adi/Kconfig (revision 7e6739b9336e61fe23ca4e2c8d1fda8f19f979bf)
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	help
25	  Say yes here to build support for Analog Devices ADIN1110
26	  Low Power 10BASE-T1L Ethernet MAC-PHY.
27
28endif # NET_VENDOR_ADI
29