[patch 4/4] IBMASM: must depend on CONFIG_INPUT

From: Dmitry Torokhov
Date: Tue May 15 2007 - 00:17:47 EST


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@xxxxxxx>
---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/