162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Analog Devices device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_ADI 762306a36Sopenharmony_ci bool "Analog Devices devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on SPI 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about ADI devices. If you say Y, you will be asked 1662306a36Sopenharmony_ci for your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_ADI 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig ADIN1110 2162306a36Sopenharmony_ci tristate "Analog Devices ADIN1110 MAC-PHY" 2262306a36Sopenharmony_ci depends on SPI && NET_SWITCHDEV 2362306a36Sopenharmony_ci select CRC8 2462306a36Sopenharmony_ci help 2562306a36Sopenharmony_ci Say yes here to build support for Analog Devices ADIN1110 2662306a36Sopenharmony_ci Low Power 10BASE-T1L Ethernet MAC-PHY. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciendif # NET_VENDOR_ADI 29