drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / net / ethernet / adi / Kconfig
blob760a9a60bc15c1849f6b70e7d3f5b99c58667523
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 # Analog Devices device configuration
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.
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.
18 if NET_VENDOR_ADI
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.
29 endif # NET_VENDOR_ADI