lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 10 Nov 2011 23:10:14 +0100
From:	Paul Bolle <pebolle@...cali.nl>
To:	Ben Dooks <ben-linux@...ff.org>,
	Russell King <linux@....linux.org.uk>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: mini2440: Fix Kconfig select of LEDS_TRIGGER

Commit 2e18edf75d ("ARM: mini2440: Fix Kconfig to allow kernel to
build") added "select LEDS_TRIGGER" to the MACH_MINI2440 entry. That
Kconfig symbol doesn't exist. What actually should be selected is
LEDS_TRIGGERS.

(This shouldn't be a problem with the mini2440 defconfig, since it
contains "CONFIG_MAC80211_LEDS=y" and MAC80211_LEDS selects
LEDS_TRIGGERS. But it seems that nothing mini2440 related pulls in
MAC80211_LEDS.)

Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Tested with "yes "" | make ARCH=arm config", using the
mini2440_defconfig with the CONFIG_MAC80211_LEDS=y line commented out.

 arch/arm/mach-s3c2440/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index 914e620..e505701 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -178,7 +178,7 @@ config MACH_MINI2440
 	select EEPROM_AT24
 	select NEW_LEDS
 	select LEDS_CLASS
-	select LEDS_TRIGGER
+	select LEDS_TRIGGERS
 	select LEDS_TRIGGER_BACKLIGHT
 	select S3C_DEV_NAND
 	select S3C_DEV_USB_HOST
-- 
1.7.4.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ