Skip to content

Commit c34424e

Browse files
kuba-mooPaolo Abeni
authored andcommitted
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>
1 parent 1a82d19 commit c34424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/dsa/realtek/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config NET_DSA_REALTEK_RTL8366RB
4444
Select to enable support for Realtek RTL8366RB.
4545

4646
config NET_DSA_REALTEK_RTL8366RB_LEDS
47-
bool "Support RTL8366RB LED control"
47+
bool
4848
depends on (LEDS_CLASS=y || LEDS_CLASS=NET_DSA_REALTEK_RTL8366RB)
4949
depends on NET_DSA_REALTEK_RTL8366RB
5050
default NET_DSA_REALTEK_RTL8366RB

0 commit comments

Comments
 (0)