projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5adad01
)
Input: pcspkr - remove negative dependency on snd-pcsp
author
Stas Sergeev
<stsp@aknet.ru>
Fri, 6 Jun 2008 04:22:50 +0000
(
00:22
-0400)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 6 Jun 2008 04:22:50 +0000
(
00:22
-0400)
It should be possible to build pcspkr driver together with snd-pcsp,
even though tehy can not be used together.
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/input/misc/Kconfig
b/drivers/input/misc/Kconfig
index
3ad8bd9
..
432699d
100644
(file)
--- a/
drivers/input/misc/Kconfig
+++ b/
drivers/input/misc/Kconfig
@@
-15,7
+15,6
@@
if INPUT_MISC
config INPUT_PCSPKR
tristate "PC Speaker support"
depends on PCSPKR_PLATFORM
- depends on SND_PCSP=n
help
Say Y here if you want the standard PC Speaker to be used for
bells and whistles.