diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-04-23 11:08:58 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:38:17 -0400 |
commit | 73bdd2ad7aac70456494c4a1d93f99fe88184dba (patch) | |
tree | c11877a9f9870d769d9d2cea0df659cf7236346a /sound/drivers | |
parent | 24c053e755f2f77d9c9d9a9250ca1132eae280e7 (diff) |
[ALSA] pcsp - Fix dependency in Kconfig
Added the proper dependency to Kconfig for snd-pcsp driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 78648c4e9e73..fe85af1c5693 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -7,6 +7,7 @@ menu "Generic devices" | |||
7 | config SND_PCSP | 7 | 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 | help | 11 | help |
11 | If you don't have a sound card in your computer, you can include a | 12 | 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 | driver for the PC speaker which allows it to act like a primitive |