From: Helge Deller Date: Thu, 7 Feb 2013 22:35:16 +0000 (+0100) Subject: parisc: led driver requires CONFIG_VM_EVENT_COUNTERS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=95bb2f0b40de9074af740ca6569c26813fde307d;p=linux-beck.git 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 --- diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig index 620264936341..592de566e72f 100644 --- a/drivers/parisc/Kconfig +++ b/drivers/parisc/Kconfig @@ -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,