diff options
| author | Andrew Lunn <andrew@lunn.ch> | 2014-08-30 12:46:09 -0400 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-09 10:39:51 -0400 |
| commit | 1093d8cac46f9a40d2b4d6d20657e7970640a59b (patch) | |
| tree | fb0ebc105bec34109e7e40c422c8b861a8088bbb /drivers/leds/Kconfig | |
| parent | 575be653f887601d3f656f7e951e34ecf66da5ec (diff) | |
leds: Remove ARCH_KIRKWOOD dependency
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Use MACH_KIRKWOOD which will be set when kirkwood is built as part of
mach-mvebu.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Bryan Wu <cooloney@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-leds@vger.kernel.org
Link: https://lkml.kernel.org/r/1409417172-6846-5-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/leds/Kconfig')
| -rw-r--r-- | drivers/leds/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 8c96e2ddf43b..f6ef7bb2dc11 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
| @@ -410,7 +410,7 @@ config LEDS_MC13783 | |||
| 410 | config LEDS_NS2 | 410 | config LEDS_NS2 |
| 411 | tristate "LED support for Network Space v2 GPIO LEDs" | 411 | tristate "LED support for Network Space v2 GPIO LEDs" |
| 412 | depends on LEDS_CLASS | 412 | depends on LEDS_CLASS |
| 413 | depends on ARCH_KIRKWOOD || MACH_KIRKWOOD | 413 | depends on MACH_KIRKWOOD |
| 414 | default y | 414 | default y |
| 415 | help | 415 | help |
| 416 | This option enable support for the dual-GPIO LED found on the | 416 | This option enable support for the dual-GPIO LED found on the |
| @@ -420,7 +420,7 @@ config LEDS_NS2 | |||
| 420 | config LEDS_NETXBIG | 420 | config LEDS_NETXBIG |
| 421 | tristate "LED support for Big Network series LEDs" | 421 | tristate "LED support for Big Network series LEDs" |
| 422 | depends on LEDS_CLASS | 422 | depends on LEDS_CLASS |
| 423 | depends on ARCH_KIRKWOOD || MACH_KIRKWOOD | 423 | depends on MACH_KIRKWOOD |
| 424 | default y | 424 | default y |
| 425 | help | 425 | help |
| 426 | This option enable support for LEDs found on the LaCie 2Big | 426 | This option enable support for LEDs found on the LaCie 2Big |
