diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-23 12:25:42 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-24 11:32:12 +0100 |
commit | b12e2c12da5a35627063f38c51657af56c2162a3 (patch) | |
tree | c792c11b3e9be6b02b982d4d51514570a24a2116 /drivers/leds | |
parent | 7e0ea2e6c8aeed9ff331c1ba4cab37a429cbf973 (diff) | |
download | op-kernel-dev-b12e2c12da5a35627063f38c51657af56c2162a3.zip op-kernel-dev-b12e2c12da5a35627063f38c51657af56c2162a3.tar.gz |
leds: Kconfig: Fix typo 'D2NET_V2'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index ff203a4..1b75a56 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -347,7 +347,8 @@ config LEDS_MC13783 config LEDS_NS2 tristate "LED support for Network Space v2 GPIO LEDs" depends on LEDS_CLASS - depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || MACH_NETSPACE_MAX_V2 || D2NET_V2 + depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || \ + MACH_NETSPACE_MAX_V2 || MACH_D2NET_V2 default y help This option enable support for the dual-GPIO LED found on the |