projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8945495
)
IBMASM: must depend on CONFIG_INPUT
author
Dmitry Torokhov
<
[email protected]
>
Tue, 17 Jul 2007 11:04:01 +0000
(
04:04
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 17 Jul 2007 17:23:04 +0000
(10:23 -0700)
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 <
[email protected]
>
Cc: Vernon Mauery <
[email protected]
>
Cc: Max Asbock <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/Kconfig
b/drivers/misc/Kconfig
index a92b8728b90cca196b106e2406140938c4493445..1d516f24ba53696336b483ab0bd859be836cbb37 100644
(file)
--- 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.