summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-25 18:53:40 +0400
committerArnd Bergmann <arnd@arndb.de>2012-11-26 13:31:24 +0100
commit678a09905002aa1dcade4af0227afc67ee13b2ce (patch)
tree8b37347f2afe3dde51754edefb027f6d5933522c /arch/arm/mach-s3c24xx/Kconfig
parent6cc96ddb7eed3a5a368d13ef6f79ab7c48dfbfcc (diff)
downloadop-kernel-dev-678a09905002aa1dcade4af0227afc67ee13b2ce.zip
op-kernel-dev-678a09905002aa1dcade4af0227afc67ee13b2ce.tar.gz
ARM: Fix Kconfig symbols typo for LEDS
Correct option should be LEDS_TRIGGERS, not LEDS_TRIGGER. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 2b6cb5f..d7a13d1 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
OpenPOWER on IntegriCloud