xref: /linux/drivers/net/phy/realtek/Kconfig (revision 1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95)
1# SPDX-License-Identifier: GPL-2.0-only
2config REALTEK_PHY
3	tristate "Realtek PHYs"
4	help
5	  Currently supports RTL821x/RTL822x and fast ethernet PHYs
6
7if REALTEK_PHY
8
9config REALTEK_PHY_HWMON
10	bool "HWMON support for Realtek PHYs"
11	depends on HWMON && !(REALTEK_PHY=y && HWMON=m)
12	help
13	  Optional hwmon support for the temperature sensor
14
15endif # REALTEK_PHY
16