mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 19:30:11 -05:00
Make config symbol REALTEK_PHY_HWMON user-visible, so that users can remove support if not needed. Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/3466ee92-166a-4b0f-9ae7-42b9e046f333@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config REALTEK_PHY
|
|
tristate "Realtek PHYs"
|
|
help
|
|
Currently supports RTL821x/RTL822x and fast ethernet PHYs
|
|
|
|
if REALTEK_PHY
|
|
|
|
config REALTEK_PHY_HWMON
|
|
bool "HWMON support for Realtek PHYs"
|
|
depends on HWMON && !(REALTEK_PHY=y && HWMON=m)
|
|
help
|
|
Optional hwmon support for the temperature sensor
|
|
|
|
endif # REALTEK_PHY
|