lkml.org 
[lkml]   [2007]   [May]   [15]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    DateTue, 15 May 2007 00:12:53 -0400
    FromDmitry Torokhov <>
    Subject[patch 4/4] 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 <dtor@mail.ru>
    ---
     drivers/misc/Kconfig |    2 +-
     1 files changed, 1 insertion(+), 1 deletion(-)
    Index: work/drivers/misc/Kconfig
    ===================================================================
    --- work.orig/drivers/misc/Kconfig
    +++ work/drivers/misc/Kconfig
    @@ -6,7 +6,7 @@ menu "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 linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    
    \
     
     \ /
      Last update: 2007-05-15 06:21    [from the cache]
    ©2003-2008