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