From dd180c9d068ab01a885c73daea2cfa6628568681 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sat, 9 Jun 2012 07:41:42 +0800 Subject: [PATCH] --- yaml --- r: 310683 b: refs/heads/master c: 9473c4c16700ec965904f23234fd0f8677ce6231 h: refs/heads/master i: 310681: 88dde69313ba86bb0fb78457c633596d058198ea 310679: d010f5e5d2a9c4cdc47ec6789cbdd0c230fa99e4 v: v3 --- [refs] | 2 +- trunk/drivers/leds/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index afa702f6b5cb..f4a532b477a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9cd5ec5e5447f99ffb33ce39c1fcd0e3306e11d1 +refs/heads/master: 9473c4c16700ec965904f23234fd0f8677ce6231 diff --git a/trunk/drivers/leds/Kconfig b/trunk/drivers/leds/Kconfig index 04cb8c88d74b..12b2b55c519e 100644 --- a/trunk/drivers/leds/Kconfig +++ b/trunk/drivers/leds/Kconfig @@ -379,7 +379,7 @@ config LEDS_NETXBIG config LEDS_ASIC3 bool "LED support for the HTC ASIC3" - depends on LEDS_CLASS + depends on LEDS_CLASS=y depends on MFD_ASIC3 default y help @@ -390,7 +390,7 @@ config LEDS_ASIC3 config LEDS_RENESAS_TPU bool "LED support for Renesas TPU" - depends on LEDS_CLASS && HAVE_CLK && GENERIC_GPIO + depends on LEDS_CLASS=y && HAVE_CLK && GENERIC_GPIO help This option enables build of the LED TPU platform driver, suitable to drive any TPU channel on newer Renesas SoCs.