From: David Miller <davem@xxxxxxxxxxxxx> 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). -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html