diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index fe85af1c5693..a78a8d045175 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -8,6 +8,8 @@ config SND_PCSP | |||
8 | tristate "Internal PC speaker support" | 8 | tristate "Internal PC speaker support" |
9 | depends on X86_PC && HIGH_RES_TIMERS | 9 | depends on X86_PC && HIGH_RES_TIMERS |
10 | depends on INPUT | 10 | depends on INPUT |
11 | depends on SND | ||
12 | select SND_PCM | ||
11 | help | 13 | help |
12 | If you don't have a sound card in your computer, you can include a | 14 | If you don't have a sound card in your computer, you can include a |
13 | driver for the PC speaker which allows it to act like a primitive | 15 | driver for the PC speaker which allows it to act like a primitive |