1bc93e19dSAlexandru Tachici# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2bc93e19dSAlexandru Tachici# 3bc93e19dSAlexandru Tachici# Analog Devices device configuration 4bc93e19dSAlexandru Tachici# 5bc93e19dSAlexandru Tachici 6bc93e19dSAlexandru Tachiciconfig NET_VENDOR_ADI 7bc93e19dSAlexandru Tachici bool "Analog Devices devices" 8bc93e19dSAlexandru Tachici default y 9bc93e19dSAlexandru Tachici depends on SPI 10bc93e19dSAlexandru Tachici help 11bc93e19dSAlexandru Tachici If you have a network (Ethernet) card belonging to this class, say Y. 12bc93e19dSAlexandru Tachici 13bc93e19dSAlexandru Tachici Note that the answer to this question doesn't directly affect the 14bc93e19dSAlexandru Tachici kernel: saying N will just cause the configurator to skip all 15bc93e19dSAlexandru Tachici the questions about ADI devices. If you say Y, you will be asked 16bc93e19dSAlexandru Tachici for your specific card in the following questions. 17bc93e19dSAlexandru Tachici 18bc93e19dSAlexandru Tachiciif NET_VENDOR_ADI 19bc93e19dSAlexandru Tachici 20bc93e19dSAlexandru Tachiciconfig ADIN1110 21bc93e19dSAlexandru Tachici tristate "Analog Devices ADIN1110 MAC-PHY" 22bc93e19dSAlexandru Tachici depends on SPI && NET_SWITCHDEV 23bc93e19dSAlexandru Tachici select CRC8 24*943d4bd6SRandy Dunlap select PHYLIB 25bc93e19dSAlexandru Tachici help 26bc93e19dSAlexandru Tachici Say yes here to build support for Analog Devices ADIN1110 27bc93e19dSAlexandru Tachici Low Power 10BASE-T1L Ethernet MAC-PHY. 28bc93e19dSAlexandru Tachici 29bc93e19dSAlexandru Tachiciendif # NET_VENDOR_ADI 30