Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ff294cba8a62fa8334b88692da6d48683900f015
Commit:     ff294cba8a62fa8334b88692da6d48683900f015
Parent:     8945495697d9f461d4c923e0ed26c0e309b0dffc
Author:     Dmitry Torokhov <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 17 04:04:01 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 10:23:04 2007 -0700

    IBMASM: must depend on CONFIG_INPUT
    
    IBMASM: must depend on CONFIG_INPUT
    
    The driver registers couple of input devices and therefore must depend
    on CONFIG_INPUT.
    
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
    Cc: Vernon Mauery <[EMAIL PROTECTED]>
    Cc: Max Asbock <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/misc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index a92b872..1d516f2 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -10,7 +10,7 @@ if MISC_DEVICES
 
 config IBM_ASM
        tristate "Device driver for IBM RSA service processor"
-       depends on X86 && PCI && EXPERIMENTAL
+       depends on X86 && PCI && INPUT && EXPERIMENTAL
        ---help---
          This option enables device driver support for in-band access to the
          IBM RSA (Condor) service processor in eServer xSeries systems.
-
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