]> Git Repo - linux.git/blob - drivers/net/ethernet/adi/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / net / ethernet / adi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2 #
3 # Analog Devices device configuration
4 #
5
6 config 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
18 if NET_VENDOR_ADI
19
20 config 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
29 endif # NET_VENDOR_ADI
This page took 0.029156 seconds and 4 git commands to generate.