drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / net / phy / mediatek / Kconfig
blob2a8ac5aed0f8938274fb4b769996605232f56aec
1 # SPDX-License-Identifier: GPL-2.0-only
2 config MTK_NET_PHYLIB
3         tristate
5 config MEDIATEK_GE_PHY
6         tristate "MediaTek Gigabit Ethernet PHYs"
7         select MTK_NET_PHYLIB
8         help
9           Supports the MediaTek non-built-in Gigabit Ethernet PHYs.
11           Non-built-in Gigabit Ethernet PHYs include mt7530/mt7531.
12           You may find mt7530 inside mt7621. This driver shares some
13           common operations with MediaTek SoC built-in Gigabit
14           Ethernet PHYs.
16 config MEDIATEK_GE_SOC_PHY
17         tristate "MediaTek SoC Ethernet PHYs"
18         depends on (ARM64 && ARCH_MEDIATEK) || COMPILE_TEST
19         depends on NVMEM_MTK_EFUSE
20         select MTK_NET_PHYLIB
21         help
22           Supports MediaTek SoC built-in Gigabit Ethernet PHYs.
24           Include support for built-in Ethernet PHYs which are present in
25           the MT7981 and MT7988 SoCs. These PHYs need calibration data
26           present in the SoCs efuse and will dynamically calibrate VCM
27           (common-mode voltage) during startup.