xref: /linux/drivers/net/phy/realtek/Kconfig (revision 1d5efdd4e76e8e81f150c243f6a663e60e091597)
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
7config REALTEK_PHY_HWMON
8	def_bool REALTEK_PHY && HWMON
9	depends on !(REALTEK_PHY=y && HWMON=m)
10	help
11	  Optional hwmon support for the temperature sensor
12