brintos

brintos / linux-shallow public Read only

0
0
Text · 784 B · 760a9a6 Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause2#3# Analog Devices device configuration4#5 6config NET_VENDOR_ADI7	bool "Analog Devices devices"8	default y9	depends on SPI10	help11	  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 the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about ADI devices. If you say Y, you will be asked16	  for your specific card in the following questions.17 18if NET_VENDOR_ADI19 20config ADIN111021	tristate "Analog Devices ADIN1110 MAC-PHY"22	depends on SPI && NET_SWITCHDEV23	select CRC824	select PHYLIB25	help26	  Say yes here to build support for Analog Devices ADIN111027	  Low Power 10BASE-T1L Ethernet MAC-PHY.28 29endif # NET_VENDOR_ADI30