[PATCH 1/2] Making sure LEDS_NET5501 depends on CONFIG_MFD_CS5535

From: Bjarke Istrup Pedersen
Date: Thu Jun 30 2011 - 17:48:48 EST


From: Bjarke Istrup Pedersen <gurligebis@xxxxxxxxxx>

Fixes dependency problem for LEDS_NET5501.

Signed-off-by: Bjarke Istrup Pedersen <gurligebis@xxxxxxxxxx>
---
drivers/leds/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 713d43b..4ea885a 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -92,7 +92,7 @@ config LEDS_NET48XX
config LEDS_NET5501
tristate "LED Support for Soekris net5501 series Error LED"
depends on LEDS_TRIGGERS
- depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535
+ depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535 && CONFIG_MFD_CS5535
select LEDS_TRIGGER_DEFAULT_ON
default n
help
--
1.7.6

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