浏览代码

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>
Dmitry Torokhov 18 年之前
父节点
当前提交
ff294cba8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/misc/Kconfig

+ 1 - 1
drivers/misc/Kconfig

@@ -10,7 +10,7 @@ if MISC_DEVICES
 
 
 config IBM_ASM
 config IBM_ASM
 	tristate "Device driver for IBM RSA service processor"
 	tristate "Device driver for IBM RSA service processor"
-	depends on X86 && PCI && EXPERIMENTAL
+	depends on X86 && PCI && INPUT && EXPERIMENTAL
 	---help---
 	---help---
 	  This option enables device driver support for in-band access to the
 	  This option enables device driver support for in-band access to the
 	  IBM RSA (Condor) service processor in eServer xSeries systems.
 	  IBM RSA (Condor) service processor in eServer xSeries systems.