summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorStas Sergeev <stsp@aknet.ru>2008-06-06 06:22:50 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-06-06 06:22:50 +0200
commit714c8a061092417d3ffb1d0f0522e3d092c730dd (patch)
tree2782cb826313fd91f3a246bc00adf37ea6dc49c0 /drivers/input
parentInput: rename SW_RADIO to SW_RFKILL_ALL (diff)
downloadlinux-714c8a061092417d3ffb1d0f0522e3d092c730dd.tar.xz
linux-714c8a061092417d3ffb1d0f0522e3d092c730dd.zip
Input: pcspkr - remove negative dependency on snd-pcsp
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 3ad8bd9f7543..432699d61c58 100644
--- 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.