Skip to content

Commit e1ce595

Browse files
author
Izabela Bakollari
committed
r8169: make Kconfig option for LED support user-visible
JIRA: https://issues.redhat.com/browse/RHEL-75590 commit 135c3c8 Author: Heiner Kallweit <hkallweit1@gmail.com> Date: Mon Feb 3 21:35:24 2025 +0100 r8169: make Kconfig option for LED support user-visible Make config option R8169_LEDS user-visible, so that users can remove support if not needed. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/d29f0cdb-32bf-435f-b59d-dc96bca1e3ab@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Izabela Bakollari <ibakolla@redhat.com>
1 parent 65d7e25 commit e1ce595

File tree

1 file changed

+2
-1
lines changed
  • drivers/net/ethernet/realtek

1 file changed

+2
-1
lines changed

drivers/net/ethernet/realtek/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ config R8169
114114
will be called r8169. This is recommended.
115115

116116
config R8169_LEDS
117-
def_bool R8169 && LEDS_TRIGGER_NETDEV
117+
bool "Support for controlling the NIC LEDs"
118+
depends on R8169 && LEDS_TRIGGER_NETDEV
118119
depends on !(R8169=y && LEDS_CLASS=m)
119120
help
120121
Optional support for controlling the NIC LED's with the netdev

0 commit comments

Comments
 (0)