brintos

brintos / linux-shallow public Read only

0
0
Text · 447 B · 7f2a4e7 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Microchip LAN865x Driver Support4#5 6if NET_VENDOR_MICROCHIP7 8config LAN865X9	tristate "LAN865x support"10	depends on SPI11	select OA_TC612	help13	  Support for the Microchip LAN8650/1 Rev.B0/B1 MACPHY Ethernet chip. It14	  uses OPEN Alliance 10BASE-T1x Serial Interface specification.15 16	  To compile this driver as a module, choose M here. The module will be17	  called lan865x.18 19endif # NET_VENDOR_MICROCHIP20