aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.