From: Dmitry Torokhov 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 Cc: Vernon Mauery Cc: Max Asbock Signed-off-by: Andrew Morton --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/misc/Kconfig~ibmasm-must-depend-on-config_input drivers/misc/Kconfig --- a/drivers/misc/Kconfig~ibmasm-must-depend-on-config_input +++ a/drivers/misc/Kconfig @@ -10,7 +10,7 @@ if MISC_STRANGE_DEV 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. _