1*5cd2340cSParthiban Veerasooran# SPDX-License-Identifier: GPL-2.0-only 2*5cd2340cSParthiban Veerasooran# 3*5cd2340cSParthiban Veerasooran# Microchip LAN865x Driver Support 4*5cd2340cSParthiban Veerasooran# 5*5cd2340cSParthiban Veerasooran 6*5cd2340cSParthiban Veerasooranif NET_VENDOR_MICROCHIP 7*5cd2340cSParthiban Veerasooran 8*5cd2340cSParthiban Veerasooranconfig LAN865X 9*5cd2340cSParthiban Veerasooran tristate "LAN865x support" 10*5cd2340cSParthiban Veerasooran depends on SPI 11*5cd2340cSParthiban Veerasooran select OA_TC6 12*5cd2340cSParthiban Veerasooran help 13*5cd2340cSParthiban Veerasooran Support for the Microchip LAN8650/1 Rev.B0/B1 MACPHY Ethernet chip. It 14*5cd2340cSParthiban Veerasooran uses OPEN Alliance 10BASE-T1x Serial Interface specification. 15*5cd2340cSParthiban Veerasooran 16*5cd2340cSParthiban Veerasooran To compile this driver as a module, choose M here. The module will be 17*5cd2340cSParthiban Veerasooran called lan865x. 18*5cd2340cSParthiban Veerasooran 19*5cd2340cSParthiban Veerasooranendif # NET_VENDOR_MICROCHIP 20