The patch titled IBMASM: must depend on CONFIG_INPUT has been added to the -mm tree. Its filename is ibmasm-must-depend-on-config_input.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: IBMASM: must depend on CONFIG_INPUT From: Dmitry Torokhov <dtor@xxxxxxxxxxxxx> 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> Cc: Vernon Mauery <vernux@xxxxxxxxxx> Cc: Max Asbock <masbock@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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. _ Patches currently in -mm which might be from dtor@xxxxxxxxxxxxx are git-input.patch revert-input-alps-handle-errors-from-input_register_device.patch ibmasm-whitespace-cleanup.patch ibmasm-dont-use-extern-in-function-declarations.patch ibmasm-miscellaneous-fixes.patch ibmasm-must-depend-on-config_input.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html