Message ID | 20250620110820.3364008-1-arnd@kernel.org |
---|---|
State | New |
Headers | show |
Series | leds: trigger: ledtrig-cpu:: enforce NR_CPUS limit in Kconfig | expand |
diff --git a/drivers/leds/trigger/Kconfig b/drivers/leds/trigger/Kconfig index c11282a74b5a..e07bd17cfe35 100644 --- a/drivers/leds/trigger/Kconfig +++ b/drivers/leds/trigger/Kconfig @@ -65,6 +65,7 @@ config LEDS_TRIGGER_BACKLIGHT config LEDS_TRIGGER_CPU bool "LED CPU Trigger" depends on !PREEMPT_RT + depends on NR_CPUS <= 9999 help This allows LEDs to be controlled by active CPUs. This shows the active CPUs across an array of LEDs so you can see which