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

parisc: led driver requires CONFIG_VM_EVENT_COUNTERS

LED activity is calculated out of the vm event counters wich are delivered
through the all_vm_events() function which requires CONFIG_VM_EVENT_COUNTERS.

Signed-off-by: Helge Deller <deller@gmx.de>

+1
+1
drivers/parisc/Kconfig
··· 128 128 config CHASSIS_LCD_LED 129 129 bool "Chassis LCD and LED support" 130 130 default y 131 + select VM_EVENT_COUNTERS 131 132 help 132 133 Say Y here if you want to enable support for the Heartbeat, 133 134 Disk/Network activities LEDs on some PA-RISC machines,