]> Pileus Git - ~andy/linux/commitdiff
parisc: led driver requires CONFIG_VM_EVENT_COUNTERS
authorHelge Deller <deller@gmx.de>
Thu, 7 Feb 2013 22:35:16 +0000 (23:35 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 20 Feb 2013 21:51:52 +0000 (22:51 +0100)
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>
drivers/parisc/Kconfig

index 620264936341832ec0f7d64efe401b111db48667..592de566e72ff5dbd806d5cd314eead262841822 100644 (file)
@@ -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,