Messages in this thread Patch in this message |  | | | Date | Sun, 20 Apr 2008 03:01:41 -0700 (PDT) | | Subject | Re: [build bug] drivers/built-in.o: In function `rt2x00leds_resume': : undefined reference to `led_classdev_resume' | | From | David Miller <> | |
From: David Miller <davem@davemloft.net>
Date: Sun, 20 Apr 2008 02:47:04 -0700 (PDT)
> I think NEW_LEDS can be completely eliminated.
Actually, more accurately, I propose removing the HAS_IOMEM
restriction.
This allows LEDS infrastructure to be select'd by drivers safely.
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 859814f..91d36d0 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -1,6 +1,5 @@
menuconfig NEW_LEDS
bool "LED Support"
- depends on HAS_IOMEM
help
Say Y to enable Linux LED support. This allows control of supported
LEDs from both userspace and optionally, by kernel events (triggers).
|  |