Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Cc: Vernon Mauery <vernux@us.ibm.com>
Cc: Max Asbock <masbock@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Dmitry Torokhov and committed by
Linus Torvalds
ff294cba 89454956

+1 -1
+1 -1
drivers/misc/Kconfig
··· 10 10 11 11 config IBM_ASM 12 12 tristate "Device driver for IBM RSA service processor" 13 - depends on X86 && PCI && EXPERIMENTAL 13 + depends on X86 && PCI && INPUT && EXPERIMENTAL 14 14 ---help--- 15 15 This option enables device driver support for in-band access to the 16 16 IBM RSA (Condor) service processor in eServer xSeries systems.