From: Dmitry Torokhov Date: Tue, 17 Jul 2007 11:04:01 +0000 (-0700) Subject: IBMASM: must depend on CONFIG_INPUT X-Git-Tag: v3.12-rc1~28295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff294cba8a62fa8334b88692da6d48683900f015;p=kernel%2Fkernel-generic.git 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 Cc: Vernon Mauery Cc: Max Asbock Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a92b872..1d516f2 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -10,7 +10,7 @@ if 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.