15cd2340cSParthiban Veerasooran# SPDX-License-Identifier: GPL-2.0-only 25cd2340cSParthiban Veerasooran# 35cd2340cSParthiban Veerasooran# Microchip LAN865x Driver Support 45cd2340cSParthiban Veerasooran# 55cd2340cSParthiban Veerasooran 65cd2340cSParthiban Veerasooranif NET_VENDOR_MICROCHIP 75cd2340cSParthiban Veerasooran 85cd2340cSParthiban Veerasooranconfig LAN865X 95cd2340cSParthiban Veerasooran tristate "LAN865x support" 105cd2340cSParthiban Veerasooran depends on SPI 115cd2340cSParthiban Veerasooran select OA_TC6 125cd2340cSParthiban Veerasooran help 135cd2340cSParthiban Veerasooran Support for the Microchip LAN8650/1 Rev.B0/B1 MACPHY Ethernet chip. It 145cd2340cSParthiban Veerasooran uses OPEN Alliance 10BASE-T1x Serial Interface specification. 155cd2340cSParthiban Veerasooran 165cd2340cSParthiban Veerasooran To compile this driver as a module, choose M here. The module will be 175cd2340cSParthiban Veerasooran called lan865x. 185cd2340cSParthiban Veerasooran 195cd2340cSParthiban Veerasooranendif # NET_VENDOR_MICROCHIP 20