summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/realtek/Kconfig
blob: a741b34d193edadafa9f38d63239ad5adefb702f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-only
config REALTEK_PHY
	tristate "Realtek PHYs"
	select PHY_PACKAGE
	help
	  Currently supports RTL821x/RTL822x and fast ethernet PHYs

if REALTEK_PHY

config REALTEK_PHY_HWMON
	bool "HWMON support for Realtek PHYs"
	depends on HWMON && !(REALTEK_PHY=y && HWMON=m)
	help
	  Optional hwmon support for the temperature sensor

endif # REALTEK_PHY