add missing ledtrig-netdev dependency on the networking stack

SVN-Revision: 18297
This commit is contained in:
Florian Fainelli 2009-11-04 22:21:13 +00:00
parent 7a75347b26
commit 9f96bc4697
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS
+ depends on NET && LEDS_TRIGGERS
+ help
+ This allows LEDs to be controlled by network device activity.
+ If unsure, say Y.

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS
+ depends on NET && LEDS_TRIGGERS
+ help
+ This allows LEDs to be controlled by network device activity.
+ If unsure, say Y.