Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dsa: rtl8366rb: don't prompt users for LED control

Make NET_DSA_REALTEK_RTL8366RB_LEDS a hidden symbol.
It seems very unlikely user would want to intentionally
disable it.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20250228004534.3428681-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Jakub Kicinski and committed by
Paolo Abeni
c34424eb 1a82d19c

+1 -1
+1 -1
drivers/net/dsa/realtek/Kconfig
··· 44 44 Select to enable support for Realtek RTL8366RB. 45 45 46 46 config NET_DSA_REALTEK_RTL8366RB_LEDS 47 - bool "Support RTL8366RB LED control" 47 + bool 48 48 depends on (LEDS_CLASS=y || LEDS_CLASS=NET_DSA_REALTEK_RTL8366RB) 49 49 depends on NET_DSA_REALTEK_RTL8366RB 50 50 default NET_DSA_REALTEK_RTL8366RB