mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 14:50:43 -05:00
This adds hwmon support for the temperature sensor on RTL822x. It's available on the standalone versions of the PHY's, and on the integrated PHY's in RTL8125B/RTL8125D/RTL8126. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/ad6bfe9f-6375-4a00-84b4-bfb38a21bd71@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
5 lines
159 B
Makefile
5 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
realtek-y += realtek_main.o
|
|
realtek-$(CONFIG_REALTEK_PHY_HWMON) += realtek_hwmon.o
|
|
obj-$(CONFIG_REALTEK_PHY) += realtek.o
|