diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-07-17 07:04:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:04 -0400 |
commit | ff294cba8a62fa8334b88692da6d48683900f015 (patch) | |
tree | 4c59c3882396d2dbe9b2916fd141f9b735d85455 /drivers/misc/Kconfig | |
parent | 8945495697d9f461d4c923e0ed26c0e309b0dffc (diff) |
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>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a92b8728b90c..1d516f24ba53 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -10,7 +10,7 @@ if MISC_DEVICES | |||
10 | 10 | ||
11 | config IBM_ASM | 11 | config IBM_ASM |
12 | tristate "Device driver for IBM RSA service processor" | 12 | tristate "Device driver for IBM RSA service processor" |
13 | depends on X86 && PCI && EXPERIMENTAL | 13 | depends on X86 && PCI && INPUT && EXPERIMENTAL |
14 | ---help--- | 14 | ---help--- |
15 | This option enables device driver support for in-band access to the | 15 | This option enables device driver support for in-band access to the |
16 | IBM RSA (Condor) service processor in eServer xSeries systems. | 16 | IBM RSA (Condor) service processor in eServer xSeries systems. |