Skip to content

Commit

Permalink
parisc: led driver requires CONFIG_VM_EVENT_COUNTERS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hdeller committed Feb 20, 2013
1 parent d313d4e commit 95bb2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ config SUPERIO
config CHASSIS_LCD_LED
bool "Chassis LCD and LED support"
default y
select VM_EVENT_COUNTERS
help
Say Y here if you want to enable support for the Heartbeat,
Disk/Network activities LEDs on some PA-RISC machines,
Expand Down

0 comments on commit 95bb2f0

Please sign in to comment.