diff options
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 8ebf512ced6c..200aca1faa71 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -28,6 +28,10 @@ menuconfig SOUND | |||
28 | 28 | ||
29 | if SOUND | 29 | if SOUND |
30 | 30 | ||
31 | config SOUND_OSS_CORE | ||
32 | bool | ||
33 | default n | ||
34 | |||
31 | source "sound/oss/dmasound/Kconfig" | 35 | source "sound/oss/dmasound/Kconfig" |
32 | 36 | ||
33 | if !M68K | 37 | if !M68K |
@@ -80,6 +84,7 @@ endif # SND | |||
80 | 84 | ||
81 | menuconfig SOUND_PRIME | 85 | menuconfig SOUND_PRIME |
82 | tristate "Open Sound System (DEPRECATED)" | 86 | tristate "Open Sound System (DEPRECATED)" |
87 | select SOUND_OSS_CORE | ||
83 | help | 88 | help |
84 | Say 'Y' or 'M' to enable Open Sound System drivers. | 89 | Say 'Y' or 'M' to enable Open Sound System drivers. |
85 | 90 | ||