* [PATCH] ARM: Fix Kconfig symbols typo for LEDS
@ 2012-11-25 14:53 Alexander Shiyan
2012-11-26 12:33 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-11-25 14:53 UTC (permalink / raw)
To: linux-arm-kernel
Correct option should be LEDS_TRIGGERS, not LEDS_TRIGGER.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/mach-s3c24xx/Kconfig | 2 +-
arch/arm/plat-versatile/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index c0ef6b0..afd55c7 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -400,7 +400,7 @@ config MACH_MINI2440
bool "MINI2440 development board"
select EEPROM_AT24
select LEDS_CLASS
- select LEDS_TRIGGER
+ select LEDS_TRIGGERS
select LEDS_TRIGGER_BACKLIGHT
select NEW_LEDS
select S3C_DEV_NAND
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig
index 619f0fa..2c4332b 100644
--- a/arch/arm/plat-versatile/Kconfig
+++ b/arch/arm/plat-versatile/Kconfig
@@ -10,7 +10,7 @@ config PLAT_VERSATILE_LEDS
def_bool y if NEW_LEDS
depends on ARCH_REALVIEW || ARCH_VERSATILE
select LEDS_CLASS
- select LEDS_TRIGGER
+ select LEDS_TRIGGERS
config PLAT_VERSATILE_SCHED_CLOCK
def_bool y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: Fix Kconfig symbols typo for LEDS
2012-11-25 14:53 [PATCH] ARM: Fix Kconfig symbols typo for LEDS Alexander Shiyan
@ 2012-11-26 12:33 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-11-26 12:33 UTC (permalink / raw)
To: linux-arm-kernel
On Sunday 25 November 2012, Alexander Shiyan wrote:
> Correct option should be LEDS_TRIGGERS, not LEDS_TRIGGER.
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied to next/fixes-non-critical branch, thanks!
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-26 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25 14:53 [PATCH] ARM: Fix Kconfig symbols typo for LEDS Alexander Shiyan
2012-11-26 12:33 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).