summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mediatek/Kconfig
blob: 1ead391c7b6c37f1e72c76ca3c48bd534ecd8261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

config MTK_NET_PHYLIB
	bool

config PHY_MEDIATEK_2P5GE
	bool "MediaTek built-in 2.5Gb ethernet PHYs"
	depends on OF_CONTROL && (TARGET_MT7987 || TARGET_MT7988)
	depends on SUPPORTS_FW_LOADER
	select FW_LOADER
	select MTK_NET_PHYLIB
	help
	  Supports MediaTek SoC built-in 2.5Gb ethernet PHYs.

	  This driver requires firmware download for PHY to enable its
	  functionality. The board can override certian firmware downloading
	  function to provide the firmware data.