Skip to content

Commit

Permalink
leds: Do not guard NEW_LEDS with HAS_IOMEM
Browse files Browse the repository at this point in the history
The LEDS infrastructure itself does not require anything
that a platform dependant upon HAS_IOMEM.

The individual drivers do, but they are properly guarded
with the necessary platform dependencies.

One can even imagine a hypervisor based LED driver that
a platform without HAS_IOMEM might have.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 23, 2008
1 parent c5d18e9 commit 00713e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/leds/Kconfig
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 00713e2

Please sign in to comment.