Revision: 1224
http://hackndev.svn.sourceforge.net/hackndev/?rev=1224&view=rev
Author: bobofdoom
Date: 2007-08-03 01:18:07 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
L4P: Change MMC LED trigger to bool not tristate.
* LED trigger is causing a link error when built as a module.
* See bug 47 in H&D bugzilla.
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/leds/Kconfig
Modified: linux4palm/linux/trunk/drivers/leds/Kconfig
===================================================================
--- linux4palm/linux/trunk/drivers/leds/Kconfig 2007-08-03 08:08:17 UTC (rev 1223)
+++ linux4palm/linux/trunk/drivers/leds/Kconfig 2007-08-03 08:18:07 UTC (rev 1224)
@@ -198,9 +198,8 @@
If unsure, say Y.
config LEDS_TRIGGER_MMC_CARD
- tristate "LED MMC Card Trigger"
+ bool "LED MMC Card Trigger"
depends LEDS_TRIGGERS
- default m
help
This allows LEDs to be controlled by MMC card activity on Intel PXA 25x/26x/27x MMC interface .
If unsure, say Y.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|