Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4cf31841762954ad2868156ccba94d798a16630f
Commit:     4cf31841762954ad2868156ccba94d798a16630f
Parent:     3bc9a77e84096148d5ada29c986d6e71a20eaeda
Author:     Florian Fainelli <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 4 16:47:55 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Mon Feb 4 16:47:55 2008 +0100

    x86: mach-rdc321x Kconfig fix
    
    The mach-rdc321x uses the leds-gpio driver and explicitely
    selects it, this driver also depends on the leds class module,
    select it as well.
    
    Signed-off-by: Florian Fainelli <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 arch/x86/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7109037..77198f4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -309,6 +309,7 @@ config X86_RDC321X
        select M486
        select X86_REBOOTFIXUPS
        select GENERIC_GPIO
+       select LEDS_CLASS
        select LEDS_GPIO
        help
          This option is needed for RDC R-321x system-on-chip, also known
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to