aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Sergeev <stsp@aknet.ru>2008-04-23 04:50:32 -0400
committerTakashi Iwai <tiwai@suse.de>2008-04-24 06:00:42 -0400
commit5bae4199522c56110d33e6fd925c052bc5ae36a1 (patch)
treecd4cc6a675f0a4d34f590c05c6032f81b76e161e
parenta0b8f7d89b8de0cc79999b9fdd3a303912f3b2a3 (diff)
pcsp - Don't build pcspkr when snd-pcsp is enabled
- Update CREDITS with the pc-speaker driver authors. - Prevent pcspkr from being built together with snd-pcsp. Both pcspkr and snd-pcsp use the same platform driver name "pcspkr". Signed-off-by: Stas Sergeev <stsp@aknet.ru>
-rw-r--r--CREDITS8
-rw-r--r--drivers/input/misc/Kconfig1
2 files changed, 9 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index da0a56e23bee..8fec7b3f96d5 100644
--- a/CREDITS
+++ b/CREDITS
@@ -403,6 +403,8 @@ D: Linux CD and Support Giveaway List
403N: Erik Inge Bolsø 403N: Erik Inge Bolsø
404E: knan@mo.himolde.no 404E: knan@mo.himolde.no
405D: Misc kernel hacks 405D: Misc kernel hacks
406D: Updated PC speaker driver for 2.3
407S: Norway
406 408
407N: Andreas E. Bombe 409N: Andreas E. Bombe
408E: andreas.bombe@munich.netsurf.de 410E: andreas.bombe@munich.netsurf.de
@@ -3116,6 +3118,12 @@ S: Post Office Box 64132
3116S: Sunnyvale, California 94088-4132 3118S: Sunnyvale, California 94088-4132
3117S: USA 3119S: USA
3118 3120
3121N: Stas Sergeev
3122E: stsp@users.sourceforge.net
3123D: PCM PC-Speaker driver
3124D: misc fixes
3125S: Russia
3126
3119N: Simon Shapiro 3127N: Simon Shapiro
3120E: shimon@i-Connect.Net 3128E: shimon@i-Connect.Net
3121W: http://www.-i-Connect.Net/~shimon 3129W: http://www.-i-Connect.Net/~shimon
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index c5263d63aca3..92b683411d5a 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -15,6 +15,7 @@ if INPUT_MISC
15config INPUT_PCSPKR 15config INPUT_PCSPKR
16 tristate "PC Speaker support" 16 tristate "PC Speaker support"
17 depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES 17 depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES
18 depends on SND_PCSP=n
18 help 19 help
19 Say Y here if you want the standard PC Speaker to be used for 20 Say Y here if you want the standard PC Speaker to be used for
20 bells and whistles. 21 bells and whistles.