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