Kconfig 361 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config REALTEK_PHY
  3. tristate "Realtek PHYs"
  4. help
  5. Currently supports RTL821x/RTL822x and fast ethernet PHYs
  6. if REALTEK_PHY
  7. config REALTEK_PHY_HWMON
  8. bool "HWMON support for Realtek PHYs"
  9. depends on HWMON && !(REALTEK_PHY=y && HWMON=m)
  10. help
  11. Optional hwmon support for the temperature sensor
  12. endif # REALTEK_PHY