xref: /linux/drivers/net/ethernet/microchip/lan865x/Kconfig (revision 9410645520e9b820069761f3450ef6661418e279)
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
20