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