xref: /linux/drivers/net/phy/realtek/Kconfig (revision f6192d0d641f42f3f5b8efeb6e7f5f8bdbedf7bf)
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