diff options
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 75d4fe09fdf3..78648c4e9e73 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -4,6 +4,23 @@ menu "Generic devices" | |||
4 | depends on SND!=n | 4 | depends on SND!=n |
5 | 5 | ||
6 | 6 | ||
7 | config SND_PCSP | ||
8 | tristate "Internal PC speaker support" | ||
9 | depends on X86_PC && HIGH_RES_TIMERS | ||
10 | help | ||
11 | If you don't have a sound card in your computer, you can include a | ||
12 | driver for the PC speaker which allows it to act like a primitive | ||
13 | sound card. | ||
14 | This driver also replaces the pcspkr driver for beeps. | ||
15 | |||
16 | You can compile this as a module which will be called snd-pcsp. | ||
17 | |||
18 | You don't need this driver if you only want your pc-speaker to beep. | ||
19 | You don't need this driver if you have a tablet piezo beeper | ||
20 | in your PC instead of the real speaker. | ||
21 | |||
22 | It should not hurt to say Y or M here in all other cases. | ||
23 | |||
7 | config SND_MPU401_UART | 24 | config SND_MPU401_UART |
8 | tristate | 25 | tristate |
9 | select SND_RAWMIDI | 26 | select SND_RAWMIDI |