Commit 5bae4199522c56110d33e6fd925c052bc5ae36a1

Authored by Stas Sergeev
Committed by Takashi Iwai
1 parent a0b8f7d89b

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>

Showing 2 changed files with 9 additions and 0 deletions Side-by-side Diff

... ... @@ -403,6 +403,8 @@
403 403 N: Erik Inge Bolsø
404 404 E: knan@mo.himolde.no
405 405 D: Misc kernel hacks
  406 +D: Updated PC speaker driver for 2.3
  407 +S: Norway
406 408  
407 409 N: Andreas E. Bombe
408 410 E: andreas.bombe@munich.netsurf.de
... ... @@ -3115,6 +3117,12 @@
3115 3117 S: Post Office Box 64132
3116 3118 S: Sunnyvale, California 94088-4132
3117 3119 S: USA
  3120 +
  3121 +N: Stas Sergeev
  3122 +E: stsp@users.sourceforge.net
  3123 +D: PCM PC-Speaker driver
  3124 +D: misc fixes
  3125 +S: Russia
3118 3126  
3119 3127 N: Simon Shapiro
3120 3128 E: shimon@i-Connect.Net
drivers/input/misc/Kconfig
... ... @@ -15,6 +15,7 @@
15 15 config INPUT_PCSPKR
16 16 tristate "PC Speaker support"
17 17 depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES
  18 + depends on SND_PCSP=n
18 19 help
19 20 Say Y here if you want the standard PC Speaker to be used for
20 21 bells and whistles.